#35056C

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

Shades of Persian Indigo #35056C

Tints of Persian Indigo #35056C

Color information

#35056C (or 0x35056C) is unknown color: approx Persian Indigo. HEX triplet: 35, 05 and 6C. RGB value is (53,5,108). Sum of RGB (Red+Green+Blue) = 53+5+108=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #35056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35056C is #CAFA93. Grayscale: #1E1E1E. Windows color (decimal): -13302420 or 7079221. OLE color: 7079221.

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

Color convert

RGB535108-
CMYK0.510.9500.58
HSL267.96º91.15%22.16%-
HSV(B)267.96º95.37%42.35%-
XYZ4.231.9514.34-
YUV31.09171.4143.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 108 (42.58% from 255) = 65.06%
R=31.93%
G=3.01%
B=65.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5351080.510.9500.58267.9691.1522.16
Hex3556C335F03A10c5b16
Octal6551546313707241413326
Binary110101101110110011001110111110111010100001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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