Html Css Color HEX #580C69 Indigo

📋 copy color: '#580C69'

red 88 ◦ green 12 ◦ blue 105

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

Shades of Indigo #580C69

Tints of Indigo #580C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 51.22%

R = 42.93%
G = 5.85%
B = 51.22%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#580C69 (or 0x580C69) is known color: Indigo. HEX triplet: 58, 0C and 69. RGB value is (88,12,105). Sum of RGB (Red+Green+Blue) = 88+12+105=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #580C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C69 is #A7F396. Grayscale: #2D2D2D. Windows color (decimal): -11006871 or 6884440. OLE color: 6884440.

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

Color convert

RGB 88 12 105 -
CMYK 0.16 0.89 0 0.59
HSL 289.03º 0.79% 0.23% -
HSV(B) 289.03º 0.89% 0.41% -
XYZ 6.71 3.36 13.66 -
YUV 45.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 88 12 105 0.16 0.89 0 0.59 289.03 0.79 0.23
Hex 58 C 69 10 59 0 3B 121 4F 17
Octal 130 14 151 20 131 0 73 441 117 27
Binary 1011000 1100 1101001 10000 1011001 0 111011 100100001 1001111 10111

Color Harmonies of #580C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C69

Black with #580C69

Text Example


Text Example

White with #580C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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