#21016C

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

Shades of Persian Indigo #21016C

Tints of Persian Indigo #21016C

Color information

#21016C (or 0x21016C) is unknown color: approx Persian Indigo. HEX triplet: 21, 01 and 6C. RGB value is (33,1,108). Sum of RGB (Red+Green+Blue) = 33+1+108=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 108 (42.58% from 255 or 76.06% from 142); Max value from RGB is 108 - color contains mainly: blue. Hex color #21016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21016C is #DEFE93. Grayscale: #161616. Windows color (decimal): -14614164 or 7078177. OLE color: 7078177.

HSL color Cylindrical-coordinate representation of color #21016C: hue angle of 257.94º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21016C is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB331108-
CMYK0.690.9900.58
HSL257.94º98.17%21.37%-
HSV(B)257.94º99.07%42.35%-
XYZ3.341.4314.29-
YUV22.77176.1135.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 108 (42.58% from 255) = 76.06%
R=23.24%
G=0.70%
B=76.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3311080.690.9900.58257.9498.1721.37
Hex2116C456303A1026215
Octal41115410514307240214225
Binary10000111101100100010111000110111010100000010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21016C; }

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

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

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

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

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

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

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

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