#35166F

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

Shades of Persian Indigo #35166F

Tints of Persian Indigo #35166F

Color information

#35166F (or 0x35166F) is unknown color: approx Persian Indigo. HEX triplet: 35, 16 and 6F. RGB value is (53,22,111). Sum of RGB (Red+Green+Blue) = 53+22+111=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #35166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35166F is #CAE990. Grayscale: #292929. Windows color (decimal): -13298065 or 7280181. OLE color: 7280181.

HSL color Cylindrical-coordinate representation of color #35166F: hue angle of 260.9º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35166F is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5322111-
CMYK0.520.8000.56
HSL260.9º66.92%26.08%-
HSV(B)260.9º80.18%43.53%-
XYZ4.622.4815.27-
YUV41.42167.27136.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.49%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 111 (43.75% from 255) = 59.68%
R=28.49%
G=11.83%
B=59.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53221110.520.8000.56260.966.9226.08
Hex35166F3450038105431a
Octal65261576412007040510332
Binary11010110110110111111010010100000111000100000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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