Html Css Color HEX #581684 Indigo

📋 copy color: '#581684'

red 88 ◦ green 22 ◦ blue 132

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

Shades of Indigo #581684

Tints of Indigo #581684

RGB

 RED value IS 88 (34.77% from 255) = 36.36%

 GREEN value IS 22 (8.98% from 255) = 9.09%

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

R = 36.36%
G = 9.09%
B = 54.55%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#581684 (or 0x581684) is known color: Indigo. HEX triplet: 58, 16 and 84. RGB value is (88,22,132). Sum of RGB (Red+Green+Blue) = 88+22+132=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #581684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581684 is #A7E97B. Grayscale: #353535. Windows color (decimal): -11004284 or 8656472. OLE color: 8656472.

HSL color Cylindrical-coordinate representation of color #581684: hue angle of 276º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581684 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 22 132 -
CMYK 0.33 0.83 0 0.48
HSL 276º 0.71% 0.3% -
HSV(B) 276º 0.83% 0.52% -
XYZ 8.48 4.31 22.22 -
YUV 54.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 88 22 132 0.33 0.83 0 0.48 276 0.71 0.3
Hex 58 16 84 21 53 0 30 114 47 1E
Octal 130 26 204 41 123 0 60 424 107 36
Binary 1011000 10110 10000100 100001 1010011 0 110000 100010100 1000111 11110

Color Harmonies of #581684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581684

Black with #581684

Text Example


Text Example

White with #581684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581684; }

 p { color: rgb(88,22,132); }

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

background-color css

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

 a { background-color: rgb(88,22,132); }

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

border-color css

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

 span { border-color: rgb(88,22,132); }

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