#351b95

Color #351B95 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #351B95

Tints of Persian Indigo #351B95

Color information

#351B95 (or 0x351B95) is unknown color: approx Persian Indigo. HEX triplet: 35, 1B and 95. RGB value is (53,27,149). Sum of RGB (Red+Green+Blue) = 53+27+149=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #351B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351B95 is #CAE46A. Grayscale: #303030. Windows color (decimal): -13296747 or 9771829. OLE color: 9771829.

HSL color Cylindrical-coordinate representation of color #351B95: hue angle of 252.79º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #351B95 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5327149-
CMYK0.640.8200.42
HSL252.79º69.32%34.51%-
HSV(B)252.79º81.88%58.43%-
XYZ7.283.7128.77-
YUV48.68184.61131.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 27 (10.94% from 255) = 11.79%
BLUE value IS 149 (58.59% from 255) = 65.07%
R=23.14%
G=11.79%
B=65.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53271490.640.8200.42252.7969.3234.51
Hex351B95405202Afd4523
Octal653322510012205237510543
Binary1101011101110010101100000010100100101010111111011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351b95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351b95; }

 p { color: rgb(53,27,149); }

 H1.HeaderClassName
 {
   color: #351b95;
 }
 .AnyTagClassName
 {
   color: #351b95;
 }
</style>
background-color css

<style>
 a { background-color: #351b95; }

 a { background-color: rgb(53,27,149); }

 div.DivClassName
 {
   background-color: #351b95;
 }
 .BgClassName
 {
   background-color: #351b95;
 }
</style>
border-color css

<style>
 span { border-color: #351b95; }

 span { border-color: rgb(53,27,149); }

 td.TdClassName
 {
   border-color: #351b95;
 }
 .TagClassName
 {
   border-color: #351b95;
 }
</style>