Html Css Color HEX #580784 Indigo

📋 copy color: '#580784'

red 88 ◦ green 7 ◦ blue 132

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

Shades of Indigo #580784

Tints of Indigo #580784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.08%

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

R = 38.77%
G = 3.08%
B = 58.15%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#580784 (or 0x580784) is known color: Indigo. HEX triplet: 58, 07 and 84. RGB value is (88,7,132). Sum of RGB (Red+Green+Blue) = 88+7+132=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #580784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580784 is #A7F87B. Grayscale: #2D2D2D. Windows color (decimal): -11008124 or 8652632. OLE color: 8652632.

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

Color convert

RGB 88 7 132 -
CMYK 0.33 0.95 0 0.48
HSL 278.88º 0.9% 0.27% -
HSV(B) 278.88º 0.95% 0.52% -
XYZ 8.27 3.89 22.15 -
YUV 45.47 176.84 158.34 -
System Red Green Blue C M Y K H S L
Decimal 88 7 132 0.33 0.95 0 0.48 278.88 0.9 0.27
Hex 58 7 84 21 5F 0 30 117 5A 1B
Octal 130 7 204 41 137 0 60 427 132 33
Binary 1011000 111 10000100 100001 1011111 0 110000 100010111 1011010 11011

Color Harmonies of #580784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580784

Black with #580784

Text Example


Text Example

White with #580784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580784; }

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

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

background-color css

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

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

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

border-color css

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

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

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