#220282

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

Shades of Persian Indigo #220282

Tints of Persian Indigo #220282

Color information

#220282 (or 0x220282) is unknown color: approx Persian Indigo. HEX triplet: 22, 02 and 82. RGB value is (34,2,130). Sum of RGB (Red+Green+Blue) = 34+2+130=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 130 (51.17% from 255 or 78.31% from 166); Max value from RGB is 130 - color contains mainly: blue. Hex color #220282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220282 is #DDFD7D. Grayscale: #191919. Windows color (decimal): -14548350 or 8520226. OLE color: 8520226.

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

Color convert

RGB342130-
CMYK0.740.9800.49
HSL255º96.97%25.88%-
HSV(B)255º98.46%50.98%-
XYZ4.71221.26-
YUV26.16186.6133.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.48%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 130 (51.17% from 255) = 78.31%
R=20.48%
G=1.20%
B=78.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3421300.740.9800.4925596.9725.88
Hex222824A62031ff611a
Octal42220211214206137714132
Binary100010101000001010010101100010011000111111111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220282; }

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

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

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

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

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

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

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

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