Html Css Color HEX #221079 Persian Indigo

📋 copy color: '#221079'

red 34 ◦ green 16 ◦ blue 121

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

Shades of Persian Indigo #221079

Tints of Persian Indigo #221079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 70.76%

R = 19.88%
G = 9.36%
B = 70.76%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#221079 (or 0x221079) is known color: Persian Indigo. HEX triplet: 22, 10 and 79. RGB value is (34,16,121). Sum of RGB (Red+Green+Blue) = 34+16+121=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 121 (47.66% from 255 or 70.76% from 171); Max value from RGB is 121 - color contains mainly: blue. Hex color #221079 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221079 is #DDEF86. Grayscale: #202020. Windows color (decimal): -14544775 or 7933986. OLE color: 7933986.

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

Color convert

RGB 34 16 121 -
CMYK 0.72 0.87 0 0.53
HSL 250.29º 0.77% 0.27% -
HSV(B) 250.29º 0.87% 0.47% -
XYZ 4.3 2.09 18.27 -
YUV 33.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 34 16 121 0.72 0.87 0 0.53 250.29 0.77 0.27
Hex 22 10 79 48 57 0 35 FA 4D 1B
Octal 42 20 171 110 127 0 65 372 115 33
Binary 100010 10000 1111001 1001000 1010111 0 110101 11111010 1001101 11011

Color Harmonies of #221079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221079

Black with #221079

Text Example


Text Example

White with #221079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221079; }

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

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

background-color css

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

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

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

border-color css

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

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

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