Html Css Color HEX #221077 Persian Indigo

📋 copy color: '#221077'

red 34 ◦ green 16 ◦ blue 119

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

Shades of Persian Indigo #221077

Tints of Persian Indigo #221077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

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

R = 20.12%
G = 9.47%
B = 70.41%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#221077 (or 0x221077) is known color: Persian Indigo. HEX triplet: 22, 10 and 77. RGB value is (34,16,119). Sum of RGB (Red+Green+Blue) = 34+16+119=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 119 (46.88% from 255 or 70.41% from 169); Max value from RGB is 119 - color contains mainly: blue. Hex color #221077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221077 is #DDEF88. Grayscale: #202020. Windows color (decimal): -14544777 or 7802914. OLE color: 7802914.

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

Color convert

RGB 34 16 119 -
CMYK 0.71 0.87 0 0.53
HSL 250.49º 0.76% 0.26% -
HSV(B) 250.49º 0.87% 0.47% -
XYZ 4.17 2.04 17.63 -
YUV 33.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 34 16 119 0.71 0.87 0 0.53 250.49 0.76 0.26
Hex 22 10 77 47 57 0 35 FA 4C 1A
Octal 42 20 167 107 127 0 65 372 114 32
Binary 100010 10000 1110111 1000111 1010111 0 110101 11111010 1001100 11010

Color Harmonies of #221077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221077

Black with #221077

Text Example


Text Example

White with #221077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221077; }

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

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

background-color css

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

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

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

border-color css

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

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

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