#35167F

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

Shades of Persian Indigo #35167F

Tints of Persian Indigo #35167F

Color information

#35167F (or 0x35167F) is unknown color: approx Persian Indigo. HEX triplet: 35, 16 and 7F. RGB value is (53,22,127). Sum of RGB (Red+Green+Blue) = 53+22+127=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #35167F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35167F is #CAE980. Grayscale: #2A2A2A. Windows color (decimal): -13298049 or 8328757. OLE color: 8328757.

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

Color convert

RGB5322127-
CMYK0.580.8300.50
HSL257.71º70.47%29.22%-
HSV(B)257.71º82.68%49.8%-
XYZ5.592.8620.34-
YUV43.24175.27134.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 127 (50% from 255) = 62.87%
R=26.24%
G=10.89%
B=62.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53221270.580.8300.50257.7170.4729.22
Hex35167F3A53032102461d
Octal65261777212306240210635
Binary11010110110111111111101010100110110010100000010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35167F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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