#220683

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

Shades of Persian Indigo #220683

Tints of Persian Indigo #220683

Color information

#220683 (or 0x220683) is unknown color: approx Persian Indigo. HEX triplet: 22, 06 and 83. RGB value is (34,6,131). Sum of RGB (Red+Green+Blue) = 34+6+131=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 131 (51.56% from 255 or 76.61% from 171); Max value from RGB is 131 - color contains mainly: blue. Hex color #220683 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220683 is #DDF97C. Grayscale: #1C1C1C. Windows color (decimal): -14547325 or 8586786. OLE color: 8586786.

HSL color Cylindrical-coordinate representation of color #220683: hue angle of 253.44º 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 #220683 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB346131-
CMYK0.740.9500.49
HSL253.44º91.24%26.86%-
HSV(B)253.44º95.42%51.37%-
XYZ4.822.1121.63-
YUV28.62185.78131.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.88%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 131 (51.56% from 255) = 76.61%
R=19.88%
G=3.51%
B=76.61%

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
Decimal3461310.740.9500.49253.4491.2426.86
Hex226834A5F031fd5b1b
Octal42620311213706137513333
Binary1000101101000001110010101011111011000111111101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220683; }

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

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

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

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

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

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

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

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