#22017F

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

Shades of Persian Indigo #22017F

Tints of Persian Indigo #22017F

Color information

#22017F (or 0x22017F) is unknown color: approx Persian Indigo. HEX triplet: 22, 01 and 7F. RGB value is (34,1,127). Sum of RGB (Red+Green+Blue) = 34+1+127=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 127 (50% from 255 or 78.40% from 162); Max value from RGB is 127 - color contains mainly: blue. Hex color #22017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22017F is #DDFE80. Grayscale: #181818. Windows color (decimal): -14548609 or 8323362. OLE color: 8323362.

HSL color Cylindrical-coordinate representation of color #22017F: hue angle of 255.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #22017F is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB341127-
CMYK0.730.9900.50
HSL255.71º98.44%25.1%-
HSV(B)255.71º99.21%49.8%-
XYZ4.51.8920.21-
YUV25.23185.43134.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.99%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 127 (50% from 255) = 78.40%
R=20.99%
G=0.62%
B=78.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3411270.730.9900.50255.7198.4425.1
Hex2217F49630321006219
Octal42117711114306240014231
Binary10001011111111100100111000110110010100000000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22017F; }

 p { color: rgb(34,1,127); }

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

<style>
 a { background-color: #22017F; }

 a { background-color: rgb(34,1,127); }

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

<style>
 span { border-color: #22017F; }

 span { border-color: rgb(34,1,127); }

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