#350766

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

Shades of Persian Indigo #350766

Tints of Persian Indigo #350766

Color information

#350766 (or 0x350766) is unknown color: approx Persian Indigo. HEX triplet: 35, 07 and 66. RGB value is (53,7,102). Sum of RGB (Red+Green+Blue) = 53+7+102=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #350766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350766 is #CAF899. Grayscale: #1F1F1F. Windows color (decimal): -13301914 or 6686517. OLE color: 6686517.

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

Color convert

RGB537102-
CMYK0.480.9300.6
HSL269.05º87.16%21.37%-
HSV(B)269.05º93.14%40%-
XYZ3.941.8712.72-
YUV31.58167.74143.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 7 (3.12% from 255) = 4.32%
BLUE value IS 102 (40.23% from 255) = 62.96%
R=32.72%
G=4.32%
B=62.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5371020.480.9300.6269.0587.1621.37
Hex35766305D03C10d5715
Octal6571466013507441512725
Binary110101111110011011000010111010111100100001101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350766; }

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

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

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

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

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

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

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

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