#210062

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

Shades of Persian Indigo #210062

Tints of Persian Indigo #210062

Color information

#210062 (or 0x210062) is unknown color: approx Persian Indigo. HEX triplet: 21, 00 and 62. RGB value is (33,0,98). Sum of RGB (Red+Green+Blue) = 33+0+98=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #210062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210062 is #DEFF9D. Grayscale: #141414. Windows color (decimal): -14614430 or 6422561. OLE color: 6422561.

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

Color convert

RGB33098-
CMYK0.66100.62
HSL260.2º100%19.22%-
HSV(B)260.2º100%38.43%-
XYZ2.831.2111.64-
YUV21.04171.43136.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 74.81%
R=25.19%
G=0%
B=74.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal330980.66100.62260.210019.22
Hex21062426403E1046413
Octal41014210214407640414423
Binary10000101100010100001011001000111110100000100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210062; }

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

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

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

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

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

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

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

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