Html Css Color HEX #220482 Persian Indigo

📋 copy color: '#220482'

red 34 ◦ green 4 ◦ blue 130

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

Shades of Persian Indigo #220482

Tints of Persian Indigo #220482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

 BLUE value IS 130 (51.17% from 255) = 77.38%

R = 20.24%
G = 2.38%
B = 77.38%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#220482 (or 0x220482) is known color: Persian Indigo. HEX triplet: 22, 04 and 82. RGB value is (34,4,130). Sum of RGB (Red+Green+Blue) = 34+4+130=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 130 (51.17% from 255 or 77.38% from 168); Max value from RGB is 130 - color contains mainly: blue. Hex color #220482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220482 is #DDFB7D. Grayscale: #1A1A1A. Windows color (decimal): -14547838 or 8520738. OLE color: 8520738.

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

Color convert

RGB 34 4 130 -
CMYK 0.74 0.97 0 0.49
HSL 254.29º 0.94% 0.26% -
HSV(B) 254.29º 0.97% 0.51% -
XYZ 4.73 2.04 21.26 -
YUV 27.33 185.94 132.75 -
System Red Green Blue C M Y K H S L
Decimal 34 4 130 0.74 0.97 0 0.49 254.29 0.94 0.26
Hex 22 4 82 4A 61 0 31 FE 5E 1A
Octal 42 4 202 112 141 0 61 376 136 32
Binary 100010 100 10000010 1001010 1100001 0 110001 11111110 1011110 11010

Color Harmonies of #220482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220482

Black with #220482

Text Example


Text Example

White with #220482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220482; }

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

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

background-color css

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

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

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

border-color css

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

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

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