#350366

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

Shades of Persian Indigo #350366

Tints of Persian Indigo #350366

Color information

#350366 (or 0x350366) is unknown color: approx Persian Indigo. HEX triplet: 35, 03 and 66. RGB value is (53,3,102). Sum of RGB (Red+Green+Blue) = 53+3+102=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 102 (40.23% from 255 or 64.56% from 158); Max value from RGB is 102 - color contains mainly: blue. Hex color #350366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350366 is #CAFC99. Grayscale: #1C1C1C. Windows color (decimal): -13302938 or 6685493. OLE color: 6685493.

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

Color convert

RGB533102-
CMYK0.480.9700.6
HSL270.3º94.29%20.59%-
HSV(B)270.3º97.06%40%-
XYZ3.91.7812.71-
YUV29.24169.06144.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 102 (40.23% from 255) = 64.56%
R=33.54%
G=1.90%
B=64.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5331020.480.9700.6270.394.2920.59
Hex35366306103C10e5e15
Octal6531466014107441613625
Binary11010111110011011000011000010111100100001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350366; }

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

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

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

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

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

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

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

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