#220182

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

Shades of Persian Indigo #220182

Tints of Persian Indigo #220182

Color information

#220182 (or 0x220182) is unknown color: approx Persian Indigo. HEX triplet: 22, 01 and 82. RGB value is (34,1,130). Sum of RGB (Red+Green+Blue) = 34+1+130=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 130 (51.17% from 255 or 78.79% from 165); Max value from RGB is 130 - color contains mainly: blue. Hex color #220182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220182 is #DDFE7D. Grayscale: #191919. Windows color (decimal): -14548606 or 8519970. OLE color: 8519970.

HSL color Cylindrical-coordinate representation of color #220182: hue angle of 255.35º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220182 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB341130-
CMYK0.740.9900.49
HSL255.35º98.47%25.69%-
HSV(B)255.35º99.23%50.98%-
XYZ4.71.9721.25-
YUV25.57186.93134.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 130 (51.17% from 255) = 78.79%
R=20.61%
G=0.61%
B=78.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3411300.740.9900.49255.3598.4725.69
Hex221824A63031ff621a
Octal42120211214306137714232
Binary10001011000001010010101100011011000111111111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220182; }

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

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

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

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

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

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

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

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