Html Css Color HEX #220D73 Persian Indigo

📋 copy color: '#220D73'

red 34 ◦ green 13 ◦ blue 115

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

Shades of Persian Indigo #220D73

Tints of Persian Indigo #220D73

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.02%

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

R = 20.99%
G = 8.02%
B = 70.99%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#220D73 (or 0x220D73) is known color: Persian Indigo. HEX triplet: 22, 0D and 73. RGB value is (34,13,115). Sum of RGB (Red+Green+Blue) = 34+13+115=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #220D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220D73 is #DDF28C. Grayscale: #1E1E1E. Windows color (decimal): -14545549 or 7540002. OLE color: 7540002.

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

Color convert

RGB 34 13 115 -
CMYK 0.70 0.89 0 0.55
HSL 252.35º 0.8% 0.25% -
HSV(B) 252.35º 0.89% 0.45% -
XYZ 3.9 1.87 16.37 -
YUV 30.91 175.46 130.21 -
System Red Green Blue C M Y K H S L
Decimal 34 13 115 0.70 0.89 0 0.55 252.35 0.8 0.25
Hex 22 D 73 46 59 0 37 FC 50 19
Octal 42 15 163 106 131 0 67 374 120 31
Binary 100010 1101 1110011 1000110 1011001 0 110111 11111100 1010000 11001

Color Harmonies of #220D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220D73

Black with #220D73

Text Example


Text Example

White with #220D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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