Html Css Color HEX #220071 Persian Indigo

📋 copy color: '#220071'

red 34 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #220071

Tints of Persian Indigo #220071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.13%
G = 0%
B = 76.87%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#220071 (or 0x220071) is known color: Persian Indigo. HEX triplet: 22, 00 and 71. RGB value is (34,0,113). Sum of RGB (Red+Green+Blue) = 34+0+113=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 113 (44.53% from 255 or 76.87% from 147); Max value from RGB is 113 - color contains mainly: blue. Hex color #220071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220071 is #DDFF8E. Grayscale: #161616. Windows color (decimal): -14548879 or 7405602. OLE color: 7405602.

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

Color convert

RGB 34 0 113 -
CMYK 0.70 1 0 0.56
HSL 258.05º 1% 0.22% -
HSV(B) 258.05º 1% 0.44% -
XYZ 3.64 1.53 15.73 -
YUV 23.05 178.76 135.81 -
System Red Green Blue C M Y K H S L
Decimal 34 0 113 0.70 1 0 0.56 258.05 1 0.22
Hex 22 0 71 46 64 0 38 102 64 16
Octal 42 0 161 106 144 0 70 402 144 26
Binary 100010 0 1110001 1000110 1100100 0 111000 100000010 1100100 10110

Color Harmonies of #220071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220071

Black with #220071

Text Example


Text Example

White with #220071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220071; }

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

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

background-color css

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

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

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

border-color css

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

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

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