Html Css Color HEX #580384 Indigo

📋 copy color: '#580384'

red 88 ◦ green 3 ◦ blue 132

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

Shades of Indigo #580384

Tints of Indigo #580384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 39.46%
G = 1.35%
B = 59.19%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#580384 (or 0x580384) is known color: Indigo. HEX triplet: 58, 03 and 84. RGB value is (88,3,132). Sum of RGB (Red+Green+Blue) = 88+3+132=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #580384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580384 is #A7FC7B. Grayscale: #2A2A2A. Windows color (decimal): -11009148 or 8651608. OLE color: 8651608.

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

Color convert

RGB 88 3 132 -
CMYK 0.33 0.98 0 0.48
HSL 279.53º 0.96% 0.26% -
HSV(B) 279.53º 0.98% 0.52% -
XYZ 8.22 3.81 22.13 -
YUV 43.12 178.16 160.01 -
System Red Green Blue C M Y K H S L
Decimal 88 3 132 0.33 0.98 0 0.48 279.53 0.96 0.26
Hex 58 3 84 21 62 0 30 118 60 1A
Octal 130 3 204 41 142 0 60 430 140 32
Binary 1011000 11 10000100 100001 1100010 0 110000 100011000 1100000 11010

Color Harmonies of #580384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580384

Black with #580384

Text Example


Text Example

White with #580384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580384; }

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

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

background-color css

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

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

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

border-color css

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

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

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