Html Css Color HEX #220580 Persian Indigo

📋 copy color: '#220580'

red 34 ◦ green 5 ◦ blue 128

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

Shades of Persian Indigo #220580

Tints of Persian Indigo #220580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

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

R = 20.36%
G = 2.99%
B = 76.65%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#220580 (or 0x220580) is known color: Persian Indigo. HEX triplet: 22, 05 and 80. RGB value is (34,5,128). Sum of RGB (Red+Green+Blue) = 34+5+128=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 128 (50.39% from 255 or 76.65% from 167); Max value from RGB is 128 - color contains mainly: blue. Hex color #220580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220580 is #DDFA7F. Grayscale: #1B1B1B. Windows color (decimal): -14547584 or 8389922. OLE color: 8389922.

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

Color convert

RGB 34 5 128 -
CMYK 0.73 0.96 0 0.50
HSL 254.15º 0.92% 0.26% -
HSV(B) 254.15º 0.96% 0.5% -
XYZ 4.61 2.01 20.57 -
YUV 27.69 184.61 132.5 -
System Red Green Blue C M Y K H S L
Decimal 34 5 128 0.73 0.96 0 0.50 254.15 0.92 0.26
Hex 22 5 80 49 60 0 32 FE 5C 1A
Octal 42 5 200 111 140 0 62 376 134 32
Binary 100010 101 10000000 1001001 1100000 0 110010 11111110 1011100 11010

Color Harmonies of #220580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220580

Black with #220580

Text Example


Text Example

White with #220580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220580; }

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

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

background-color css

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

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

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

border-color css

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

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

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