#22027B

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

Shades of Persian Indigo #22027B

Tints of Persian Indigo #22027B

Color information

#22027B (or 0x22027B) is unknown color: approx Persian Indigo. HEX triplet: 22, 02 and 7B. RGB value is (34,2,123). Sum of RGB (Red+Green+Blue) = 34+2+123=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 123 (48.44% from 255 or 77.36% from 159); Max value from RGB is 123 - color contains mainly: blue. Hex color #22027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22027B is #DDFD84. Grayscale: #181818. Windows color (decimal): -14548357 or 8061474. OLE color: 8061474.

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

Color convert

RGB342123-
CMYK0.720.9800.52
HSL255.87º96.8%24.51%-
HSV(B)255.87º98.37%48.24%-
XYZ4.261.8118.86-
YUV25.36183.1134.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 2 (1.17% from 255) = 1.26%
BLUE value IS 123 (48.44% from 255) = 77.36%
R=21.38%
G=1.26%
B=77.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3421230.720.9800.52255.8796.824.51
Hex2227B48620341006119
Octal42217311014206440014131
Binary100010101111011100100011000100110100100000000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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