#21047B

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

Shades of Persian Indigo #21047B

Tints of Persian Indigo #21047B

Color information

#21047B (or 0x21047B) is unknown color: approx Persian Indigo. HEX triplet: 21, 04 and 7B. RGB value is (33,4,123). Sum of RGB (Red+Green+Blue) = 33+4+123=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 123 (48.44% from 255 or 76.88% from 160); Max value from RGB is 123 - color contains mainly: blue. Hex color #21047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21047B is #DEFB84. Grayscale: #191919. Windows color (decimal): -14613381 or 8061985. OLE color: 8061985.

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

Color convert

RGB334123-
CMYK0.730.9700.52
HSL254.62º93.7%24.9%-
HSV(B)254.62º96.75%48.24%-
XYZ4.251.8418.87-
YUV26.24182.61132.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 123 (48.44% from 255) = 76.88%
R=20.62%
G=2.5%
B=76.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3341230.730.9700.52254.6293.724.9
Hex2147B4961034ff5e19
Octal41417311114106437713631
Binary100001100111101110010011100001011010011111111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21047B; }

 p { color: rgb(33,4,123); }

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

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

 a { background-color: rgb(33,4,123); }

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

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

 span { border-color: rgb(33,4,123); }

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