#35167C

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

Shades of Persian Indigo #35167C

Tints of Persian Indigo #35167C

Color information

#35167C (or 0x35167C) is unknown color: approx Persian Indigo. HEX triplet: 35, 16 and 7C. RGB value is (53,22,124). Sum of RGB (Red+Green+Blue) = 53+22+124=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #35167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35167C is #CAE983. Grayscale: #2A2A2A. Windows color (decimal): -13298052 or 8132149. OLE color: 8132149.

HSL color Cylindrical-coordinate representation of color #35167C: hue angle of 258.24º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #35167C is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5322124-
CMYK0.570.8200.51
HSL258.24º69.86%28.63%-
HSV(B)258.24º82.26%48.63%-
XYZ5.392.7919.32-
YUV42.9173.77135.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 124 (48.83% from 255) = 62.31%
R=26.63%
G=11.06%
B=62.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53221240.570.8200.51258.2469.8628.63
Hex35167C3952033102461d
Octal65261747112206340210635
Binary11010110110111110011100110100100110011100000010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35167C; }

 p { color: rgb(53,22,124); }

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

<style>
 a { background-color: #35167C; }

 a { background-color: rgb(53,22,124); }

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

<style>
 span { border-color: #35167C; }

 span { border-color: rgb(53,22,124); }

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