#35196F

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

Shades of Persian Indigo #35196F

Tints of Persian Indigo #35196F

Color information

#35196F (or 0x35196F) is unknown color: approx Persian Indigo. HEX triplet: 35, 19 and 6F. RGB value is (53,25,111). Sum of RGB (Red+Green+Blue) = 53+25+111=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #35196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35196F is #CAE690. Grayscale: #2A2A2A. Windows color (decimal): -13297297 or 7280949. OLE color: 7280949.

HSL color Cylindrical-coordinate representation of color #35196F: hue angle of 259.53º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35196F is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5325111-
CMYK0.520.7700.56
HSL259.53º63.24%26.67%-
HSV(B)259.53º77.48%43.53%-
XYZ4.692.615.29-
YUV43.18166.28135.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 111 (43.75% from 255) = 58.73%
R=28.04%
G=13.23%
B=58.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53251110.520.7700.56259.5363.2426.67
Hex35196F344D0381043f1b
Octal6531157641150704047733
Binary1101011100111011111101001001101011100010000010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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