#210072

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

Shades of Persian Indigo #210072

Tints of Persian Indigo #210072

Color information

#210072 (or 0x210072) is unknown color: approx Persian Indigo. HEX triplet: 21, 00 and 72. RGB value is (33,0,114). Sum of RGB (Red+Green+Blue) = 33+0+114=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 114 (44.92% from 255 or 77.55% from 147); Max value from RGB is 114 - color contains mainly: blue. Hex color #210072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210072 is #DEFF8D. Grayscale: #161616. Windows color (decimal): -14614414 or 7471137. OLE color: 7471137.

HSL color Cylindrical-coordinate representation of color #210072: hue angle of 257.37º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210072 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB330114-
CMYK0.71100.55
HSL257.37º100%22.35%-
HSV(B)257.37º100%44.71%-
XYZ3.661.5416.02-
YUV22.86179.43135.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 77.55%
R=22.45%
G=0%
B=77.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3301140.71100.55257.3710022.35
Hex2107247640371016416
Octal41016210714406740114426
Binary10000101110010100011111001000110111100000001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210072; }

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

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

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

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

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

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

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

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