#22027C

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

Shades of Persian Indigo #22027C

Tints of Persian Indigo #22027C

Color information

#22027C (or 0x22027C) is unknown color: approx Persian Indigo. HEX triplet: 22, 02 and 7C. RGB value is (34,2,124). Sum of RGB (Red+Green+Blue) = 34+2+124=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 124 (48.83% from 255 or 77.5% from 160); Max value from RGB is 124 - color contains mainly: blue. Hex color #22027C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22027C is #DDFD83. Grayscale: #191919. Windows color (decimal): -14548356 or 8127010. OLE color: 8127010.

HSL color Cylindrical-coordinate representation of color #22027C: hue angle of 255.74º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22027C is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB342124-
CMYK0.730.9800.51
HSL255.74º96.83%24.71%-
HSV(B)255.74º98.39%48.63%-
XYZ4.321.8419.2-
YUV25.48183.6134.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.25%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 124 (48.83% from 255) = 77.5%
R=21.25%
G=1.25%
B=77.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3421240.730.9800.51255.7496.8324.71
Hex2227C49620331006119
Octal42217411114206340014131
Binary100010101111100100100111000100110011100000000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,2,124); }

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

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

 a { background-color: rgb(34,2,124); }

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

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

 span { border-color: rgb(34,2,124); }

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