#210462

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

Shades of Persian Indigo #210462

Tints of Persian Indigo #210462

Color information

#210462 (or 0x210462) is unknown color: approx Persian Indigo. HEX triplet: 21, 04 and 62. RGB value is (33,4,98). Sum of RGB (Red+Green+Blue) = 33+4+98=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #210462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210462 is #DEFB9D. Grayscale: #171717. Windows color (decimal): -14613406 or 6423585. OLE color: 6423585.

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

Color convert

RGB33498-
CMYK0.660.9600.62
HSL258.51º92.16%20%-
HSV(B)258.51º95.92%38.43%-
XYZ2.881.2911.65-
YUV23.39170.11134.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 98 (38.67% from 255) = 72.59%
R=24.44%
G=2.96%
B=72.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal334980.660.9600.62258.5192.1620
Hex21462426003E1035c14
Octal41414210214007640313424
Binary1000011001100010100001011000000111110100000011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210462; }

 p { color: rgb(33,4,98); }

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

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

 a { background-color: rgb(33,4,98); }

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

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

 span { border-color: rgb(33,4,98); }

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