Html Css Color HEX #220D75 Persian Indigo

📋 copy color: '#220D75'

red 34 ◦ green 13 ◦ blue 117

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

Shades of Persian Indigo #220D75

Tints of Persian Indigo #220D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 71.34%

R = 20.73%
G = 7.93%
B = 71.34%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#220D75 (or 0x220D75) is known color: Persian Indigo. HEX triplet: 22, 0D and 75. RGB value is (34,13,117). Sum of RGB (Red+Green+Blue) = 34+13+117=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #220D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220D75 is #DDF28A. Grayscale: #1E1E1E. Windows color (decimal): -14545547 or 7671074. OLE color: 7671074.

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

Color convert

RGB 34 13 117 -
CMYK 0.71 0.89 0 0.54
HSL 252.12º 0.8% 0.25% -
HSV(B) 252.12º 0.89% 0.46% -
XYZ 4.01 1.91 16.99 -
YUV 31.14 176.46 130.04 -
System Red Green Blue C M Y K H S L
Decimal 34 13 117 0.71 0.89 0 0.54 252.12 0.8 0.25
Hex 22 D 75 47 59 0 36 FC 50 19
Octal 42 15 165 107 131 0 66 374 120 31
Binary 100010 1101 1110101 1000111 1011001 0 110110 11111100 1010000 11001

Color Harmonies of #220D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220D75

Black with #220D75

Text Example


Text Example

White with #220D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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