#210262

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

Shades of Persian Indigo #210262

Tints of Persian Indigo #210262

Color information

#210262 (or 0x210262) is unknown color: approx Persian Indigo. HEX triplet: 21, 02 and 62. RGB value is (33,2,98). Sum of RGB (Red+Green+Blue) = 33+2+98=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 98 (38.67% from 255 or 73.68% from 133); Max value from RGB is 98 - color contains mainly: blue. Hex color #210262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210262 is #DEFD9D. Grayscale: #151515. Windows color (decimal): -14613918 or 6423073. OLE color: 6423073.

HSL color Cylindrical-coordinate representation of color #210262: hue angle of 259.38º 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 #210262 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB33298-
CMYK0.660.9800.62
HSL259.38º96%19.61%-
HSV(B)259.38º97.96%38.43%-
XYZ2.851.2511.65-
YUV22.21170.77135.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 98 (38.67% from 255) = 73.68%
R=24.81%
G=1.50%
B=73.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal332980.660.9800.62259.389619.61
Hex21262426203E1036014
Octal41214210214207640314024
Binary100001101100010100001011000100111110100000011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210262; }

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

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

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

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

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

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

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

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