Html Css Color HEX #220080 Persian Indigo

📋 copy color: '#220080'

red 34 ◦ green 0 ◦ blue 128

#220080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #220080

Tints of Persian Indigo #220080

RGB

 RED value IS 34 (13.67% from 255) = 20.99%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 79.01%

R = 20.99%
G = 0%
B = 79.01%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#220080 (or 0x220080) is known color: Persian Indigo. HEX triplet: 22, 00 and 80. RGB value is (34,0,128). Sum of RGB (Red+Green+Blue) = 34+0+128=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 128 (50.39% from 255 or 79.01% from 162); Max value from RGB is 128 - color contains mainly: blue. Hex color #220080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220080 is #DDFF7F. Grayscale: #181818. Windows color (decimal): -14548864 or 8388642. OLE color: 8388642.

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

Color convert

RGB 34 0 128 -
CMYK 0.73 1 0 0.50
HSL 255.94º 1% 0.25% -
HSV(B) 255.94º 1% 0.5% -
XYZ 4.56 1.9 20.55 -
YUV 24.76 186.26 134.59 -
System Red Green Blue C M Y K H S L
Decimal 34 0 128 0.73 1 0 0.50 255.94 1 0.25
Hex 22 0 80 49 64 0 32 100 64 19
Octal 42 0 200 111 144 0 62 400 144 31
Binary 100010 0 10000000 1001001 1100100 0 110010 100000000 1100100 11001

Color Harmonies of #220080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220080

Black with #220080

Text Example


Text Example

White with #220080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220080; }

 p { color: rgb(34,0,128); }

 H1.HeaderClassName
 {
   color: #220080;
 }
 .AnyTagClassName
 {
   color: #220080;
 }
</style>

background-color css

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

 a { background-color: rgb(34,0,128); }

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

border-color css

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

 span { border-color: rgb(34,0,128); }

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