#220682

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

Shades of Persian Indigo #220682

Tints of Persian Indigo #220682

Color information

#220682 (or 0x220682) is unknown color: approx Persian Indigo. HEX triplet: 22, 06 and 82. RGB value is (34,6,130). Sum of RGB (Red+Green+Blue) = 34+6+130=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 130 (51.17% from 255 or 76.47% from 170); Max value from RGB is 130 - color contains mainly: blue. Hex color #220682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220682 is #DDF97D. Grayscale: #1C1C1C. Windows color (decimal): -14547326 or 8521250. OLE color: 8521250.

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

Color convert

RGB346130-
CMYK0.740.9500.49
HSL253.55º91.18%26.67%-
HSV(B)253.55º95.38%50.98%-
XYZ4.752.0821.27-
YUV28.51185.28131.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 6 (2.73% from 255) = 3.53%
BLUE value IS 130 (51.17% from 255) = 76.47%
R=20%
G=3.53%
B=76.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3461300.740.9500.49253.5591.1826.67
Hex226824A5F031fe5b1b
Octal42620211213706137613333
Binary1000101101000001010010101011111011000111111110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220682; }

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

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

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

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

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

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

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

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