Html Css Color HEX #580C68 Indigo

📋 copy color: '#580C68'

red 88 ◦ green 12 ◦ blue 104

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

Shades of Indigo #580C68

Tints of Indigo #580C68

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.88%

 BLUE value IS 104 (41.02% from 255) = 50.98%

R = 43.14%
G = 5.88%
B = 50.98%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#580C68 (or 0x580C68) is known color: Indigo. HEX triplet: 58, 0C and 68. RGB value is (88,12,104). Sum of RGB (Red+Green+Blue) = 88+12+104=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #580C68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C68 is #A7F397. Grayscale: #2C2C2C. Windows color (decimal): -11006872 or 6818904. OLE color: 6818904.

HSL color Cylindrical-coordinate representation of color #580C68: hue angle of 289.57º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580C68 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 12 104 -
CMYK 0.15 0.88 0 0.59
HSL 289.57º 0.79% 0.23% -
HSV(B) 289.57º 0.88% 0.41% -
XYZ 6.65 3.34 13.39 -
YUV 45.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 88 12 104 0.15 0.88 0 0.59 289.57 0.79 0.23
Hex 58 C 68 F 58 0 3B 122 4F 17
Octal 130 14 150 17 130 0 73 442 117 27
Binary 1011000 1100 1101000 1111 1011000 0 111011 100100010 1001111 10111

Color Harmonies of #580C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C68

Black with #580C68

Text Example


Text Example

White with #580C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580C68; }

 p { color: rgb(88,12,104); }

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

background-color css

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

 a { background-color: rgb(88,12,104); }

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

border-color css

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

 span { border-color: rgb(88,12,104); }

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