#22047E

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

Shades of Persian Indigo #22047E

Tints of Persian Indigo #22047E

Color information

#22047E (or 0x22047E) is unknown color: approx Persian Indigo. HEX triplet: 22, 04 and 7E. RGB value is (34,4,126). Sum of RGB (Red+Green+Blue) = 34+4+126=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 126 (49.61% from 255 or 76.83% from 164); Max value from RGB is 126 - color contains mainly: blue. Hex color #22047E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22047E is #DDFB81. Grayscale: #1A1A1A. Windows color (decimal): -14547842 or 8258594. OLE color: 8258594.

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

Color convert

RGB344126-
CMYK0.730.9700.51
HSL254.75º93.85%25.49%-
HSV(B)254.75º96.83%49.41%-
XYZ4.471.9319.88-
YUV26.88183.94133.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.73%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 126 (49.61% from 255) = 76.83%
R=20.73%
G=2.44%
B=76.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3441260.730.9700.51254.7593.8525.49
Hex2247E4961033ff5e19
Octal42417611114106337713631
Binary100010100111111010010011100001011001111111111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22047E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22047E; }

 p { color: rgb(34,4,126); }

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

<style>
 a { background-color: #22047E; }

 a { background-color: rgb(34,4,126); }

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

<style>
 span { border-color: #22047E; }

 span { border-color: rgb(34,4,126); }

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