#35096C

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

Shades of Persian Indigo #35096C

Tints of Persian Indigo #35096C

Color information

#35096C (or 0x35096C) is unknown color: approx Persian Indigo. HEX triplet: 35, 09 and 6C. RGB value is (53,9,108). Sum of RGB (Red+Green+Blue) = 53+9+108=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 108 (42.58% from 255 or 63.53% from 170); Max value from RGB is 108 - color contains mainly: blue. Hex color #35096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35096C is #CAF693. Grayscale: #212121. Windows color (decimal): -13301396 or 7080245. OLE color: 7080245.

HSL color Cylindrical-coordinate representation of color #35096C: hue angle of 266.67º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35096C is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB539108-
CMYK0.510.9200.58
HSL266.67º84.62%22.94%-
HSV(B)266.67º91.67%42.35%-
XYZ4.272.0314.35-
YUV33.44170.08141.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.18%
GREEN value IS 9 (3.91% from 255) = 5.29%
BLUE value IS 108 (42.58% from 255) = 63.53%
R=31.18%
G=5.29%
B=63.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5391080.510.9200.58266.6784.6222.94
Hex3596C335C03A10b5517
Octal65111546313407241312527
Binary1101011001110110011001110111000111010100001011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35096C; }

 p { color: rgb(53,9,108); }

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

<style>
 a { background-color: #35096C; }

 a { background-color: rgb(53,9,108); }

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

<style>
 span { border-color: #35096C; }

 span { border-color: rgb(53,9,108); }

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