#35116A

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

Shades of Persian Indigo #35116A

Tints of Persian Indigo #35116A

Color information

#35116A (or 0x35116A) is unknown color: approx Persian Indigo. HEX triplet: 35, 11 and 6A. RGB value is (53,17,106). Sum of RGB (Red+Green+Blue) = 53+17+106=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #35116A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35116A is #CAEE95. Grayscale: #252525. Windows color (decimal): -13299350 or 6951221. OLE color: 6951221.

HSL color Cylindrical-coordinate representation of color #35116A: hue angle of 264.27º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35116A is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5317106-
CMYK0.50.8400.58
HSL264.27º72.36%24.12%-
HSV(B)264.27º83.96%41.57%-
XYZ4.272.213.83-
YUV37.91166.43138.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.11%
GREEN value IS 17 (7.03% from 255) = 9.66%
BLUE value IS 106 (41.80% from 255) = 60.23%
R=30.11%
G=9.66%
B=60.23%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53171060.50.8400.58264.2772.3624.12
Hex35116A325403A1084818
Octal65211526212407241011030
Binary11010110001110101011001010101000111010100001000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35116A; }

 p { color: rgb(53,17,106); }

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

<style>
 a { background-color: #35116A; }

 a { background-color: rgb(53,17,106); }

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

<style>
 span { border-color: #35116A; }

 span { border-color: rgb(53,17,106); }

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