#320262

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

Shades of Persian Indigo #320262

Tints of Persian Indigo #320262

Color information

#320262 (or 0x320262) is unknown color: approx Persian Indigo. HEX triplet: 32, 02 and 62. RGB value is (50,2,98). Sum of RGB (Red+Green+Blue) = 50+2+98=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #320262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320262 is #CDFD9D. Grayscale: #1A1A1A. Windows color (decimal): -13499806 or 6423090. OLE color: 6423090.

HSL color Cylindrical-coordinate representation of color #320262: hue angle of 270º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320262 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB50298-
CMYK0.490.9800.62
HSL270º96%19.61%-
HSV(B)270º97.96%38.43%-
XYZ3.541.611.68-
YUV27.3167.9144.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 1.33%
BLUE value IS 98 (38.67% from 255) = 65.33%
R=33.33%
G=1.33%
B=65.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal502980.490.9800.622709619.61
Hex32262316203E10e6014
Octal6221426114207641614024
Binary11001010110001011000111000100111110100001110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320262; }

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

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

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

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

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

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

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

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