Html Css Color HEX #220481 Persian Indigo

📋 copy color: '#220481'

red 34 ◦ green 4 ◦ blue 129

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

Shades of Persian Indigo #220481

Tints of Persian Indigo #220481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 77.25%

R = 20.36%
G = 2.4%
B = 77.25%

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

#220481 (or 0x220481) is known color: Persian Indigo. HEX triplet: 22, 04 and 81. RGB value is (34,4,129). Sum of RGB (Red+Green+Blue) = 34+4+129=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 129 (50.78% from 255 or 77.25% from 167); Max value from RGB is 129 - color contains mainly: blue. Hex color #220481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220481 is #DDFB7E. Grayscale: #1A1A1A. Windows color (decimal): -14547839 or 8455202. OLE color: 8455202.

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

Color convert

RGB 34 4 129 -
CMYK 0.74 0.97 0 0.49
HSL 254.4º 0.94% 0.26% -
HSV(B) 254.4º 0.97% 0.51% -
XYZ 4.67 2.01 20.91 -
YUV 27.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 34 4 129 0.74 0.97 0 0.49 254.4 0.94 0.26
Hex 22 4 81 4A 61 0 31 FE 5E 1A
Octal 42 4 201 112 141 0 61 376 136 32
Binary 100010 100 10000001 1001010 1100001 0 110001 11111110 1011110 11010

Color Harmonies of #220481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220481

Black with #220481

Text Example


Text Example

White with #220481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220481; }

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

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

background-color css

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

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

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

border-color css

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

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

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