Html Css Color HEX #220174 Persian Indigo

📋 copy color: '#220174'

red 34 ◦ green 1 ◦ blue 116

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

Shades of Persian Indigo #220174

Tints of Persian Indigo #220174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 76.82%

R = 22.52%
G = 0.66%
B = 76.82%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#220174 (or 0x220174) is known color: Persian Indigo. HEX triplet: 22, 01 and 74. RGB value is (34,1,116). Sum of RGB (Red+Green+Blue) = 34+1+116=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 116 (45.70% from 255 or 76.82% from 151); Max value from RGB is 116 - color contains mainly: blue. Hex color #220174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220174 is #DDFE8B. Grayscale: #171717. Windows color (decimal): -14548620 or 7602466. OLE color: 7602466.

HSL color Cylindrical-coordinate representation of color #220174: hue angle of 257.22º 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 #220174 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 1 116 -
CMYK 0.71 0.99 0 0.55
HSL 257.22º 0.98% 0.23% -
HSV(B) 257.22º 0.99% 0.45% -
XYZ 3.82 1.62 16.63 -
YUV 23.98 179.93 135.15 -
System Red Green Blue C M Y K H S L
Decimal 34 1 116 0.71 0.99 0 0.55 257.22 0.98 0.23
Hex 22 1 74 47 63 0 37 101 62 17
Octal 42 1 164 107 143 0 67 401 142 27
Binary 100010 1 1110100 1000111 1100011 0 110111 100000001 1100010 10111

Color Harmonies of #220174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220174

Black with #220174

Text Example


Text Example

White with #220174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220174; }

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

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

background-color css

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

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

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

border-color css

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

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

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