Html Css Color HEX #221076 Persian Indigo

📋 copy color: '#221076'

red 34 ◦ green 16 ◦ blue 118

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

Shades of Persian Indigo #221076

Tints of Persian Indigo #221076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 70.24%

R = 20.24%
G = 9.52%
B = 70.24%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#221076 (or 0x221076) is known color: Persian Indigo. HEX triplet: 22, 10 and 76. RGB value is (34,16,118). Sum of RGB (Red+Green+Blue) = 34+16+118=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #221076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221076 is #DDEF89. Grayscale: #202020. Windows color (decimal): -14544778 or 7737378. OLE color: 7737378.

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

Color convert

RGB 34 16 118 -
CMYK 0.71 0.86 0 0.54
HSL 250.59º 0.76% 0.26% -
HSV(B) 250.59º 0.86% 0.46% -
XYZ 4.11 2.02 17.31 -
YUV 33.01 175.96 128.71 -
System Red Green Blue C M Y K H S L
Decimal 34 16 118 0.71 0.86 0 0.54 250.59 0.76 0.26
Hex 22 10 76 47 56 0 36 FB 4C 1A
Octal 42 20 166 107 126 0 66 373 114 32
Binary 100010 10000 1110110 1000111 1010110 0 110110 11111011 1001100 11010

Color Harmonies of #221076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221076

Black with #221076

Text Example


Text Example

White with #221076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221076; }

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

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

background-color css

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

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

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

border-color css

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

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

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