Html Css Color HEX #220B73 Persian Indigo

📋 copy color: '#220B73'

red 34 ◦ green 11 ◦ blue 115

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

Shades of Persian Indigo #220B73

Tints of Persian Indigo #220B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.88%

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

R = 21.25%
G = 6.88%
B = 71.88%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#220B73 (or 0x220B73) is known color: Persian Indigo. HEX triplet: 22, 0B and 73. RGB value is (34,11,115). Sum of RGB (Red+Green+Blue) = 34+11+115=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #220B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220B73 is #DDF48C. Grayscale: #1D1D1D. Windows color (decimal): -14546061 or 7539490. OLE color: 7539490.

HSL color Cylindrical-coordinate representation of color #220B73: hue angle of 253.27º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220B73 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 11 115 -
CMYK 0.70 0.90 0 0.55
HSL 253.27º 0.83% 0.25% -
HSV(B) 253.27º 0.9% 0.45% -
XYZ 3.87 1.82 16.37 -
YUV 29.73 176.12 131.04 -
System Red Green Blue C M Y K H S L
Decimal 34 11 115 0.70 0.90 0 0.55 253.27 0.83 0.25
Hex 22 B 73 46 5A 0 37 FD 53 19
Octal 42 13 163 106 132 0 67 375 123 31
Binary 100010 1011 1110011 1000110 1011010 0 110111 11111101 1010011 11001

Color Harmonies of #220B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220B73

Black with #220B73

Text Example


Text Example

White with #220B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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