#350566

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

Shades of Persian Indigo #350566

Tints of Persian Indigo #350566

Color information

#350566 (or 0x350566) is unknown color: approx Persian Indigo. HEX triplet: 35, 05 and 66. RGB value is (53,5,102). Sum of RGB (Red+Green+Blue) = 53+5+102=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 102 (40.23% from 255 or 63.75% from 160); Max value from RGB is 102 - color contains mainly: blue. Hex color #350566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350566 is #CAFA99. Grayscale: #1E1E1E. Windows color (decimal): -13302426 or 6686005. OLE color: 6686005.

HSL color Cylindrical-coordinate representation of color #350566: hue angle of 269.69º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350566 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB535102-
CMYK0.480.9500.6
HSL269.69º90.65%20.98%-
HSV(B)269.69º95.1%40%-
XYZ3.921.8212.72-
YUV30.41168.4144.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 102 (40.23% from 255) = 63.75%
R=33.12%
G=3.12%
B=63.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5351020.480.9500.6269.6990.6520.98
Hex35566305F03C10e5b15
Octal6551466013707441613325
Binary110101101110011011000010111110111100100001110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350566; }

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

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

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

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

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

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

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

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