#22057C

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

Shades of Persian Indigo #22057C

Tints of Persian Indigo #22057C

Color information

#22057C (or 0x22057C) is unknown color: approx Persian Indigo. HEX triplet: 22, 05 and 7C. RGB value is (34,5,124). Sum of RGB (Red+Green+Blue) = 34+5+124=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 124 (48.83% from 255 or 76.07% from 163); Max value from RGB is 124 - color contains mainly: blue. Hex color #22057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22057C is #DDFA83. Grayscale: #1A1A1A. Windows color (decimal): -14547588 or 8127778. OLE color: 8127778.

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

Color convert

RGB345124-
CMYK0.730.9600.51
HSL254.62º92.25%25.29%-
HSV(B)254.62º95.97%48.63%-
XYZ4.351.919.21-
YUV27.24182.61132.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.86%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 124 (48.83% from 255) = 76.07%
R=20.86%
G=3.07%
B=76.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3451240.730.9600.51254.6292.2525.29
Hex2257C4960033ff5c19
Octal42517411114006337713431
Binary100010101111110010010011100000011001111111111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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