Html Css Color HEX #580678 Indigo

📋 copy color: '#580678'

red 88 ◦ green 6 ◦ blue 120

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

Shades of Indigo #580678

Tints of Indigo #580678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.8%

 BLUE value IS 120 (47.27% from 255) = 56.07%

R = 41.12%
G = 2.8%
B = 56.07%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#580678 (or 0x580678) is known color: Indigo. HEX triplet: 58, 06 and 78. RGB value is (88,6,120). Sum of RGB (Red+Green+Blue) = 88+6+120=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #580678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580678 is #A7F987. Grayscale: #2B2B2B. Windows color (decimal): -11008392 or 7865944. OLE color: 7865944.

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

Color convert

RGB 88 6 120 -
CMYK 0.27 0.95 0 0.53
HSL 283.16º 0.9% 0.25% -
HSV(B) 283.16º 0.95% 0.47% -
XYZ 7.48 3.56 18.06 -
YUV 43.51 171.17 159.73 -
System Red Green Blue C M Y K H S L
Decimal 88 6 120 0.27 0.95 0 0.53 283.16 0.9 0.25
Hex 58 6 78 1B 5F 0 35 11B 5A 19
Octal 130 6 170 33 137 0 65 433 132 31
Binary 1011000 110 1111000 11011 1011111 0 110101 100011011 1011010 11001

Color Harmonies of #580678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580678

Black with #580678

Text Example


Text Example

White with #580678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580678; }

 p { color: rgb(88,6,120); }

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

background-color css

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

 a { background-color: rgb(88,6,120); }

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

border-color css

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

 span { border-color: rgb(88,6,120); }

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