Html Css Color HEX #220672 Persian Indigo

📋 copy color: '#220672'

red 34 ◦ green 6 ◦ blue 114

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

Shades of Persian Indigo #220672

Tints of Persian Indigo #220672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.9%

 BLUE value IS 114 (44.92% from 255) = 74.03%

R = 22.08%
G = 3.9%
B = 74.03%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#220672 (or 0x220672) is known color: Persian Indigo. HEX triplet: 22, 06 and 72. RGB value is (34,6,114). Sum of RGB (Red+Green+Blue) = 34+6+114=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #220672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220672 is #DDF98D. Grayscale: #1A1A1A. Windows color (decimal): -14547342 or 7472674. OLE color: 7472674.

HSL color Cylindrical-coordinate representation of color #220672: hue angle of 255.56º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220672 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 6 114 -
CMYK 0.70 0.95 0 0.55
HSL 255.56º 0.9% 0.24% -
HSV(B) 255.56º 0.95% 0.45% -
XYZ 3.76 1.69 16.05 -
YUV 26.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 34 6 114 0.70 0.95 0 0.55 255.56 0.9 0.24
Hex 22 6 72 46 5F 0 37 100 5A 18
Octal 42 6 162 106 137 0 67 400 132 30
Binary 100010 110 1110010 1000110 1011111 0 110111 100000000 1011010 11000

Color Harmonies of #220672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220672

Black with #220672

Text Example


Text Example

White with #220672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220672; }

 p { color: rgb(34,6,114); }

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

background-color css

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

 a { background-color: rgb(34,6,114); }

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

border-color css

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

 span { border-color: rgb(34,6,114); }

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