Html Css Color HEX #220884 Persian Indigo

📋 copy color: '#220884'

red 34 ◦ green 8 ◦ blue 132

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

Shades of Persian Indigo #220884

Tints of Persian Indigo #220884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.6%

 BLUE value IS 132 (51.95% from 255) = 75.86%

R = 19.54%
G = 4.6%
B = 75.86%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#220884 (or 0x220884) is known color: Persian Indigo. HEX triplet: 22, 08 and 84. RGB value is (34,8,132). Sum of RGB (Red+Green+Blue) = 34+8+132=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 132 (51.95% from 255 or 75.86% from 174); Max value from RGB is 132 - color contains mainly: blue. Hex color #220884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220884 is #DDF77B. Grayscale: #1D1D1D. Windows color (decimal): -14546812 or 8652834. OLE color: 8652834.

HSL color Cylindrical-coordinate representation of color #220884: hue angle of 252.58º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220884 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 8 132 -
CMYK 0.74 0.94 0 0.48
HSL 252.58º 0.89% 0.27% -
HSV(B) 252.58º 0.94% 0.52% -
XYZ 4.91 2.18 21.99 -
YUV 29.91 185.61 130.92 -
System Red Green Blue C M Y K H S L
Decimal 34 8 132 0.74 0.94 0 0.48 252.58 0.89 0.27
Hex 22 8 84 4A 5E 0 30 FD 59 1B
Octal 42 10 204 112 136 0 60 375 131 33
Binary 100010 1000 10000100 1001010 1011110 0 110000 11111101 1011001 11011

Color Harmonies of #220884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220884

Black with #220884

Text Example


Text Example

White with #220884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220884; }

 p { color: rgb(34,8,132); }

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

background-color css

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

 a { background-color: rgb(34,8,132); }

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

border-color css

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

 span { border-color: rgb(34,8,132); }

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