#35116B

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

Shades of Persian Indigo #35116B

Tints of Persian Indigo #35116B

Color information

#35116B (or 0x35116B) is unknown color: approx Persian Indigo. HEX triplet: 35, 11 and 6B. RGB value is (53,17,107). Sum of RGB (Red+Green+Blue) = 53+17+107=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 107 (42.19% from 255 or 60.45% from 177); Max value from RGB is 107 - color contains mainly: blue. Hex color #35116B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35116B is #CAEE94. Grayscale: #252525. Windows color (decimal): -13299349 or 7016757. OLE color: 7016757.

HSL color Cylindrical-coordinate representation of color #35116B: hue angle of 264º degrees, saturation: 0.73, 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 #35116B is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5317107-
CMYK0.500.8400.58
HSL264º72.58%24.31%-
HSV(B)264º84.11%41.96%-
XYZ4.322.2214.11-
YUV38.02166.93138.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 107 (42.19% from 255) = 60.45%
R=29.94%
G=9.60%
B=60.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53171070.500.8400.5826472.5824.31
Hex35116B325403A1084918
Octal65211536212407241011130
Binary11010110001110101111001010101000111010100001000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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