Html Css Color HEX #220180 Persian Indigo

📋 copy color: '#220180'

red 34 ◦ green 1 ◦ blue 128

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

Shades of Persian Indigo #220180

Tints of Persian Indigo #220180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 20.86%
G = 0.61%
B = 78.53%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#220180 (or 0x220180) is known color: Persian Indigo. HEX triplet: 22, 01 and 80. RGB value is (34,1,128). Sum of RGB (Red+Green+Blue) = 34+1+128=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 128 (50.39% from 255 or 78.53% from 163); Max value from RGB is 128 - color contains mainly: blue. Hex color #220180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220180 is #DDFE7F. Grayscale: #181818. Windows color (decimal): -14548608 or 8388898. OLE color: 8388898.

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

Color convert

RGB 34 1 128 -
CMYK 0.73 0.99 0 0.50
HSL 255.59º 0.98% 0.25% -
HSV(B) 255.59º 0.99% 0.5% -
XYZ 4.57 1.92 20.55 -
YUV 25.35 185.93 134.17 -
System Red Green Blue C M Y K H S L
Decimal 34 1 128 0.73 0.99 0 0.50 255.59 0.98 0.25
Hex 22 1 80 49 63 0 32 100 62 19
Octal 42 1 200 111 143 0 62 400 142 31
Binary 100010 1 10000000 1001001 1100011 0 110010 100000000 1100010 11001

Color Harmonies of #220180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220180

Black with #220180

Text Example


Text Example

White with #220180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220180; }

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

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

background-color css

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

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

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

border-color css

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

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

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