Html Css Color HEX #220D77 Persian Indigo

📋 copy color: '#220D77'

red 34 ◦ green 13 ◦ blue 119

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

Shades of Persian Indigo #220D77

Tints of Persian Indigo #220D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 71.69%

R = 20.48%
G = 7.83%
B = 71.69%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#220D77 (or 0x220D77) is known color: Persian Indigo. HEX triplet: 22, 0D and 77. RGB value is (34,13,119). Sum of RGB (Red+Green+Blue) = 34+13+119=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 119 (46.88% from 255 or 71.69% from 166); Max value from RGB is 119 - color contains mainly: blue. Hex color #220D77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220D77 is #DDF288. Grayscale: #1E1E1E. Windows color (decimal): -14545545 or 7802146. OLE color: 7802146.

HSL color Cylindrical-coordinate representation of color #220D77: hue angle of 251.89º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #220D77 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 34 13 119 -
CMYK 0.71 0.89 0 0.53
HSL 251.89º 0.8% 0.26% -
HSV(B) 251.89º 0.89% 0.47% -
XYZ 4.13 1.96 17.61 -
YUV 31.36 177.46 129.88 -
System Red Green Blue C M Y K H S L
Decimal 34 13 119 0.71 0.89 0 0.53 251.89 0.8 0.26
Hex 22 D 77 47 59 0 35 FC 50 1A
Octal 42 15 167 107 131 0 65 374 120 32
Binary 100010 1101 1110111 1000111 1011001 0 110101 11111100 1010000 11010

Color Harmonies of #220D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220D77

Black with #220D77

Text Example


Text Example

White with #220D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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