Html Css Color HEX #220172 Persian Indigo

📋 copy color: '#220172'

red 34 ◦ green 1 ◦ blue 114

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

Shades of Persian Indigo #220172

Tints of Persian Indigo #220172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 114 (44.92% from 255) = 76.51%

R = 22.82%
G = 0.67%
B = 76.51%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#220172 (or 0x220172) is known color: Persian Indigo. HEX triplet: 22, 01 and 72. RGB value is (34,1,114). Sum of RGB (Red+Green+Blue) = 34+1+114=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 114 (44.92% from 255 or 76.51% from 149); Max value from RGB is 114 - color contains mainly: blue. Hex color #220172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220172 is #DDFE8D. Grayscale: #171717. Windows color (decimal): -14548622 or 7471394. OLE color: 7471394.

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

Color convert

RGB 34 1 114 -
CMYK 0.70 0.99 0 0.55
HSL 257.52º 0.98% 0.23% -
HSV(B) 257.52º 0.99% 0.45% -
XYZ 3.71 1.58 16.03 -
YUV 23.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 34 1 114 0.70 0.99 0 0.55 257.52 0.98 0.23
Hex 22 1 72 46 63 0 37 102 62 17
Octal 42 1 162 106 143 0 67 402 142 27
Binary 100010 1 1110010 1000110 1100011 0 110111 100000010 1100010 10111

Color Harmonies of #220172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220172

Black with #220172

Text Example


Text Example

White with #220172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220172; }

 p { color: rgb(34,1,114); }

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

background-color css

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

 a { background-color: rgb(34,1,114); }

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

border-color css

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

 span { border-color: rgb(34,1,114); }

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