#35116E

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

Shades of Persian Indigo #35116E

Tints of Persian Indigo #35116E

Color information

#35116E (or 0x35116E) is unknown color: approx Persian Indigo. HEX triplet: 35, 11 and 6E. RGB value is (53,17,110). Sum of RGB (Red+Green+Blue) = 53+17+110=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #35116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35116E is #CAEE91. Grayscale: #262626. Windows color (decimal): -13299346 or 7213365. OLE color: 7213365.

HSL color Cylindrical-coordinate representation of color #35116E: hue angle of 263.23º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35116E is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5317110-
CMYK0.520.8500.57
HSL263.23º73.23%24.9%-
HSV(B)263.23º84.55%43.14%-
XYZ4.482.2814.96-
YUV38.37168.43138.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 110 (43.36% from 255) = 61.11%
R=29.44%
G=9.44%
B=61.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53171100.520.8500.57263.2373.2324.9
Hex35116E34550391074919
Octal65211566412507140711131
Binary11010110001110111011010010101010111001100000111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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