#35167E

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

Shades of Persian Indigo #35167E

Tints of Persian Indigo #35167E

Color information

#35167E (or 0x35167E) is unknown color: approx Persian Indigo. HEX triplet: 35, 16 and 7E. RGB value is (53,22,126). Sum of RGB (Red+Green+Blue) = 53+22+126=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 126 (49.61% from 255 or 62.69% from 201); Max value from RGB is 126 - color contains mainly: blue. Hex color #35167E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35167E is #CAE981. Grayscale: #2A2A2A. Windows color (decimal): -13298050 or 8263221. OLE color: 8263221.

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

Color convert

RGB5322126-
CMYK0.580.8300.51
HSL257.88º70.27%29.02%-
HSV(B)257.88º82.54%49.41%-
XYZ5.522.8420-
YUV43.12174.77135.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 126 (49.61% from 255) = 62.69%
R=26.37%
G=10.95%
B=62.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53221260.580.8300.51257.8870.2729.02
Hex35167E3A53033102461d
Octal65261767212306340210635
Binary11010110110111111011101010100110110011100000010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35167E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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