Html Css Color HEX #220971 Persian Indigo

📋 copy color: '#220971'

red 34 ◦ green 9 ◦ blue 113

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

Shades of Persian Indigo #220971

Tints of Persian Indigo #220971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.77%

 BLUE value IS 113 (44.53% from 255) = 72.44%

R = 21.79%
G = 5.77%
B = 72.44%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#220971 (or 0x220971) is known color: Persian Indigo. HEX triplet: 22, 09 and 71. RGB value is (34,9,113). Sum of RGB (Red+Green+Blue) = 34+9+113=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 113 (44.53% from 255 or 72.44% from 156); Max value from RGB is 113 - color contains mainly: blue. Hex color #220971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220971 is #DDF68E. Grayscale: #1B1B1B. Windows color (decimal): -14546575 or 7407906. OLE color: 7407906.

HSL color Cylindrical-coordinate representation of color #220971: hue angle of 254.42º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220971 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 9 113 -
CMYK 0.70 0.92 0 0.56
HSL 254.42º 0.85% 0.24% -
HSV(B) 254.42º 0.92% 0.44% -
XYZ 3.74 1.73 15.76 -
YUV 28.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 34 9 113 0.70 0.92 0 0.56 254.42 0.85 0.24
Hex 22 9 71 46 5C 0 38 FE 55 18
Octal 42 11 161 106 134 0 70 376 125 30
Binary 100010 1001 1110001 1000110 1011100 0 111000 11111110 1010101 11000

Color Harmonies of #220971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220971

Black with #220971

Text Example


Text Example

White with #220971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220971; }

 p { color: rgb(34,9,113); }

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

background-color css

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

 a { background-color: rgb(34,9,113); }

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

border-color css

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

 span { border-color: rgb(34,9,113); }

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