Html Css Color HEX #220376 Persian Indigo

📋 copy color: '#220376'

red 34 ◦ green 3 ◦ blue 118

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

Shades of Persian Indigo #220376

Tints of Persian Indigo #220376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 76.13%

R = 21.94%
G = 1.94%
B = 76.13%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#220376 (or 0x220376) is known color: Persian Indigo. HEX triplet: 22, 03 and 76. RGB value is (34,3,118). Sum of RGB (Red+Green+Blue) = 34+3+118=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 118 (46.48% from 255 or 76.13% from 155); Max value from RGB is 118 - color contains mainly: blue. Hex color #220376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220376 is #DDFC89. Grayscale: #181818. Windows color (decimal): -14548106 or 7734050. OLE color: 7734050.

HSL color Cylindrical-coordinate representation of color #220376: hue angle of 256.17º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220376 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 34 3 118 -
CMYK 0.71 0.97 0 0.54
HSL 256.17º 0.95% 0.24% -
HSV(B) 256.17º 0.97% 0.46% -
XYZ 3.96 1.71 17.26 -
YUV 25.38 180.27 134.15 -
System Red Green Blue C M Y K H S L
Decimal 34 3 118 0.71 0.97 0 0.54 256.17 0.95 0.24
Hex 22 3 76 47 61 0 36 100 5F 18
Octal 42 3 166 107 141 0 66 400 137 30
Binary 100010 11 1110110 1000111 1100001 0 110110 100000000 1011111 11000

Color Harmonies of #220376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220376

Black with #220376

Text Example


Text Example

White with #220376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220376; }

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

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

background-color css

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

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

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

border-color css

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

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

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