Html Css Color HEX #220584 Persian Indigo

📋 copy color: '#220584'

red 34 ◦ green 5 ◦ blue 132

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

Shades of Persian Indigo #220584

Tints of Persian Indigo #220584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

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

R = 19.88%
G = 2.92%
B = 77.19%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#220584 (or 0x220584) is known color: Persian Indigo. HEX triplet: 22, 05 and 84. RGB value is (34,5,132). Sum of RGB (Red+Green+Blue) = 34+5+132=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 132 (51.95% from 255 or 77.19% from 171); Max value from RGB is 132 - color contains mainly: blue. Hex color #220584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220584 is #DDFA7B. Grayscale: #1B1B1B. Windows color (decimal): -14547580 or 8652066. OLE color: 8652066.

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

Color convert

RGB 34 5 132 -
CMYK 0.74 0.96 0 0.48
HSL 253.7º 0.93% 0.27% -
HSV(B) 253.7º 0.96% 0.52% -
XYZ 4.88 2.11 21.98 -
YUV 28.15 186.61 132.17 -
System Red Green Blue C M Y K H S L
Decimal 34 5 132 0.74 0.96 0 0.48 253.7 0.93 0.27
Hex 22 5 84 4A 60 0 30 FE 5D 1B
Octal 42 5 204 112 140 0 60 376 135 33
Binary 100010 101 10000100 1001010 1100000 0 110000 11111110 1011101 11011

Color Harmonies of #220584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220584

Black with #220584

Text Example


Text Example

White with #220584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220584; }

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

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

background-color css

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

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

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

border-color css

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

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

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