Html Css Color HEX #220773 Persian Indigo

📋 copy color: '#220773'

red 34 ◦ green 7 ◦ blue 115

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

Shades of Persian Indigo #220773

Tints of Persian Indigo #220773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.49%

 BLUE value IS 115 (45.31% from 255) = 73.72%

R = 21.79%
G = 4.49%
B = 73.72%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#220773 (or 0x220773) is known color: Persian Indigo. HEX triplet: 22, 07 and 73. RGB value is (34,7,115). Sum of RGB (Red+Green+Blue) = 34+7+115=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 115 (45.31% from 255 or 73.72% from 156); Max value from RGB is 115 - color contains mainly: blue. Hex color #220773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220773 is #DDF88C. Grayscale: #1A1A1A. Windows color (decimal): -14547085 or 7538466. OLE color: 7538466.

HSL color Cylindrical-coordinate representation of color #220773: hue angle of 255º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220773 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 7 115 -
CMYK 0.70 0.94 0 0.55
HSL 255º 0.89% 0.24% -
HSV(B) 255º 0.94% 0.45% -
XYZ 3.83 1.73 16.35 -
YUV 27.39 177.45 132.72 -
System Red Green Blue C M Y K H S L
Decimal 34 7 115 0.70 0.94 0 0.55 255 0.89 0.24
Hex 22 7 73 46 5E 0 37 FF 59 18
Octal 42 7 163 106 136 0 67 377 131 30
Binary 100010 111 1110011 1000110 1011110 0 110111 11111111 1011001 11000

Color Harmonies of #220773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220773

Black with #220773

Text Example


Text Example

White with #220773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220773; }

 p { color: rgb(34,7,115); }

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

background-color css

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

 a { background-color: rgb(34,7,115); }

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

border-color css

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

 span { border-color: rgb(34,7,115); }

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