Html Css Color HEX #581284 Indigo

📋 copy color: '#581284'

red 88 ◦ green 18 ◦ blue 132

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

Shades of Indigo #581284

Tints of Indigo #581284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.56%

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

R = 36.97%
G = 7.56%
B = 55.46%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#581284 (or 0x581284) is known color: Indigo. HEX triplet: 58, 12 and 84. RGB value is (88,18,132). Sum of RGB (Red+Green+Blue) = 88+18+132=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #581284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581284 is #A7ED7B. Grayscale: #333333. Windows color (decimal): -11005308 or 8655448. OLE color: 8655448.

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

Color convert

RGB 88 18 132 -
CMYK 0.33 0.86 0 0.48
HSL 276.84º 0.76% 0.29% -
HSV(B) 276.84º 0.86% 0.52% -
XYZ 8.41 4.17 22.19 -
YUV 51.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 88 18 132 0.33 0.86 0 0.48 276.84 0.76 0.29
Hex 58 12 84 21 56 0 30 115 4C 1D
Octal 130 22 204 41 126 0 60 425 114 35
Binary 1011000 10010 10000100 100001 1010110 0 110000 100010101 1001100 11101

Color Harmonies of #581284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581284

Black with #581284

Text Example


Text Example

White with #581284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581284; }

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

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

background-color css

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

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

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

border-color css

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

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

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