Html Css Color HEX #220171 Persian Indigo

📋 copy color: '#220171'

red 34 ◦ green 1 ◦ blue 113

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

Shades of Persian Indigo #220171

Tints of Persian Indigo #220171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 76.35%

R = 22.97%
G = 0.68%
B = 76.35%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#220171 (or 0x220171) is known color: Persian Indigo. HEX triplet: 22, 01 and 71. RGB value is (34,1,113). Sum of RGB (Red+Green+Blue) = 34+1+113=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 113 (44.53% from 255 or 76.35% from 148); Max value from RGB is 113 - color contains mainly: blue. Hex color #220171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220171 is #DDFE8E. Grayscale: #171717. Windows color (decimal): -14548623 or 7405858. OLE color: 7405858.

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

Color convert

RGB 34 1 113 -
CMYK 0.70 0.99 0 0.56
HSL 257.68º 0.98% 0.22% -
HSV(B) 257.68º 0.99% 0.44% -
XYZ 3.65 1.55 15.73 -
YUV 23.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 34 1 113 0.70 0.99 0 0.56 257.68 0.98 0.22
Hex 22 1 71 46 63 0 38 102 62 16
Octal 42 1 161 106 143 0 70 402 142 26
Binary 100010 1 1110001 1000110 1100011 0 111000 100000010 1100010 10110

Color Harmonies of #220171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220171

Black with #220171

Text Example


Text Example

White with #220171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220171; }

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

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

background-color css

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

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

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

border-color css

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

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

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