#21017A

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

Shades of Persian Indigo #21017A

Tints of Persian Indigo #21017A

Color information

#21017A (or 0x21017A) is unknown color: approx Persian Indigo. HEX triplet: 21, 01 and 7A. RGB value is (33,1,122). Sum of RGB (Red+Green+Blue) = 33+1+122=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 122 (48.05% from 255 or 78.21% from 156); Max value from RGB is 122 - color contains mainly: blue. Hex color #21017A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21017A is #DEFE85. Grayscale: #171717. Windows color (decimal): -14614150 or 7995681. OLE color: 7995681.

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

Color convert

RGB331122-
CMYK0.730.9900.52
HSL255.87º98.37%24.12%-
HSV(B)255.87º99.18%47.84%-
XYZ4.151.7518.53-
YUV24.36183.1134.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 122 (48.05% from 255) = 78.21%
R=21.15%
G=0.64%
B=78.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3311220.730.9900.52255.8798.3724.12
Hex2117A49630341006218
Octal41117211114306440014230
Binary10000111111010100100111000110110100100000000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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