#35177D

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

Shades of Persian Indigo #35177D

Tints of Persian Indigo #35177D

Color information

#35177D (or 0x35177D) is unknown color: approx Persian Indigo. HEX triplet: 35, 17 and 7D. RGB value is (53,23,125). Sum of RGB (Red+Green+Blue) = 53+23+125=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #35177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35177D is #CAE882. Grayscale: #2B2B2B. Windows color (decimal): -13297795 or 8197941. OLE color: 8197941.

HSL color Cylindrical-coordinate representation of color #35177D: hue angle of 257.65º degrees, saturation: 0.69, 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 #35177D is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5323125-
CMYK0.580.8200.51
HSL257.65º68.92%29.02%-
HSV(B)257.65º81.6%49.02%-
XYZ5.482.8519.66-
YUV43.6173.94134.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 23 (9.38% from 255) = 11.44%
BLUE value IS 125 (49.22% from 255) = 62.19%
R=26.37%
G=11.44%
B=62.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53231250.580.8200.51257.6568.9229.02
Hex35177D3A52033102451d
Octal65271757212206340210535
Binary11010110111111110111101010100100110011100000010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35177D; }

 p { color: rgb(53,23,125); }

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

<style>
 a { background-color: #35177D; }

 a { background-color: rgb(53,23,125); }

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

<style>
 span { border-color: #35177D; }

 span { border-color: rgb(53,23,125); }

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