#320268

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

Shades of Persian Indigo #320268

Tints of Persian Indigo #320268

Color information

#320268 (or 0x320268) is unknown color: approx Persian Indigo. HEX triplet: 32, 02 and 68. RGB value is (50,2,104). Sum of RGB (Red+Green+Blue) = 50+2+104=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #320268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320268 is #CDFD97. Grayscale: #1B1B1B. Windows color (decimal): -13499800 or 6816306. OLE color: 6816306.

HSL color Cylindrical-coordinate representation of color #320268: hue angle of 268.24º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320268 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB502104-
CMYK0.520.9800.59
HSL268.24º96.23%20.78%-
HSV(B)268.24º98.08%40.78%-
XYZ3.841.7213.23-
YUV27.98170.9143.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 104 (41.02% from 255) = 66.67%
R=32.05%
G=1.28%
B=66.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5021040.520.9800.59268.2496.2320.78
Hex32268346203B10c6015
Octal6221506414207341414025
Binary11001010110100011010011000100111011100001100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320268; }

 p { color: rgb(50,2,104); }

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

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

 a { background-color: rgb(50,2,104); }

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

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

 span { border-color: rgb(50,2,104); }

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