#320466

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

Shades of Persian Indigo #320466

Tints of Persian Indigo #320466

Color information

#320466 (or 0x320466) is unknown color: approx Persian Indigo. HEX triplet: 32, 04 and 66. RGB value is (50,4,102). Sum of RGB (Red+Green+Blue) = 50+4+102=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #320466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320466 is #CDFB99. Grayscale: #1C1C1C. Windows color (decimal): -13499290 or 6685746. OLE color: 6685746.

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

Color convert

RGB504102-
CMYK0.510.9600.6
HSL268.16º92.45%20.78%-
HSV(B)268.16º96.08%40%-
XYZ3.761.7212.71-
YUV28.93169.24143.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 102 (40.23% from 255) = 65.38%
R=32.05%
G=2.56%
B=65.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5041020.510.9600.6268.1692.4520.78
Hex32466336003C10c5c15
Octal6241466314007441413425
Binary110010100110011011001111000000111100100001100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320466; }

 p { color: rgb(50,4,102); }

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

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

 a { background-color: rgb(50,4,102); }

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

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

 span { border-color: rgb(50,4,102); }

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