#21027A

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

Shades of Persian Indigo #21027A

Tints of Persian Indigo #21027A

Color information

#21027A (or 0x21027A) is unknown color: approx Persian Indigo. HEX triplet: 21, 02 and 7A. RGB value is (33,2,122). Sum of RGB (Red+Green+Blue) = 33+2+122=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 122 (48.05% from 255 or 77.71% from 157); Max value from RGB is 122 - color contains mainly: blue. Hex color #21027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21027A is #DEFD85. Grayscale: #181818. Windows color (decimal): -14613894 or 7995937. OLE color: 7995937.

HSL color Cylindrical-coordinate representation of color #21027A: hue angle of 255.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21027A is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB332122-
CMYK0.730.9800.52
HSL255.5º96.77%24.31%-
HSV(B)255.5º98.36%47.84%-
XYZ4.161.7718.54-
YUV24.95182.77133.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 122 (48.05% from 255) = 77.71%
R=21.02%
G=1.27%
B=77.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3321220.730.9800.52255.596.7724.31
Hex2127A49620341006118
Octal41217211114206440014130
Binary100001101111010100100111000100110100100000000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21027A; }

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

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

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

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

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

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

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

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