#35187E

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

Shades of Persian Indigo #35187E

Tints of Persian Indigo #35187E

Color information

#35187E (or 0x35187E) is unknown color: approx Persian Indigo. HEX triplet: 35, 18 and 7E. RGB value is (53,24,126). Sum of RGB (Red+Green+Blue) = 53+24+126=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #35187E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35187E is #CAE781. Grayscale: #2B2B2B. Windows color (decimal): -13297538 or 8263733. OLE color: 8263733.

HSL color Cylindrical-coordinate representation of color #35187E: hue angle of 257.06º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35187E is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5324126-
CMYK0.580.8100.51
HSL257.06º68%29.41%-
HSV(B)257.06º80.95%49.41%-
XYZ5.562.9220.01-
YUV44.3174.11134.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 126 (49.61% from 255) = 62.07%
R=26.11%
G=11.82%
B=62.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53241260.580.8100.51257.066829.41
Hex35187E3A51033101441d
Octal65301767212106340110435
Binary11010111000111111011101010100010110011100000001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35187E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35187E; }

 p { color: rgb(53,24,126); }

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

<style>
 a { background-color: #35187E; }

 a { background-color: rgb(53,24,126); }

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

<style>
 span { border-color: #35187E; }

 span { border-color: rgb(53,24,126); }

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