Html Css Color HEX #220371 Persian Indigo

📋 copy color: '#220371'

red 34 ◦ green 3 ◦ blue 113

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

Shades of Persian Indigo #220371

Tints of Persian Indigo #220371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

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

R = 22.67%
G = 2%
B = 75.33%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#220371 (or 0x220371) is known color: Persian Indigo. HEX triplet: 22, 03 and 71. RGB value is (34,3,113). Sum of RGB (Red+Green+Blue) = 34+3+113=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 113 (44.53% from 255 or 75.33% from 150); Max value from RGB is 113 - color contains mainly: blue. Hex color #220371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220371 is #DDFC8E. Grayscale: #181818. Windows color (decimal): -14548111 or 7406370. OLE color: 7406370.

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

Color convert

RGB 34 3 113 -
CMYK 0.70 0.97 0 0.56
HSL 256.91º 0.95% 0.23% -
HSV(B) 256.91º 0.97% 0.44% -
XYZ 3.67 1.6 15.74 -
YUV 24.81 177.77 134.56 -
System Red Green Blue C M Y K H S L
Decimal 34 3 113 0.70 0.97 0 0.56 256.91 0.95 0.23
Hex 22 3 71 46 61 0 38 101 5F 17
Octal 42 3 161 106 141 0 70 401 137 27
Binary 100010 11 1110001 1000110 1100001 0 111000 100000001 1011111 10111

Color Harmonies of #220371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220371

Black with #220371

Text Example


Text Example

White with #220371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220371; }

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

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

background-color css

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

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

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

border-color css

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

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

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