Html Css Color HEX #580C9E Indigo

📋 copy color: '#580C9E'

red 88 ◦ green 12 ◦ blue 158

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

Shades of Indigo #580C9E

Tints of Indigo #580C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 61.24%

R = 34.11%
G = 4.65%
B = 61.24%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#580C9E (or 0x580C9E) is known color: Indigo. HEX triplet: 58, 0C and 9E. RGB value is (88,12,158). Sum of RGB (Red+Green+Blue) = 88+12+158=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #580C9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580C9E is #A7F361. Grayscale: #323232. Windows color (decimal): -11006818 or 10357848. OLE color: 10357848.

HSL color Cylindrical-coordinate representation of color #580C9E: hue angle of 271.23º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580C9E is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 12 158 -
CMYK 0.44 0.92 0 0.38
HSL 271.23º 0.86% 0.33% -
HSV(B) 271.23º 0.92% 0.62% -
XYZ 10.33 4.81 32.73 -
YUV 51.37 188.18 154.13 -
System Red Green Blue C M Y K H S L
Decimal 88 12 158 0.44 0.92 0 0.38 271.23 0.86 0.33
Hex 58 C 9E 2C 5C 0 26 10F 56 21
Octal 130 14 236 54 134 0 46 417 126 41
Binary 1011000 1100 10011110 101100 1011100 0 100110 100001111 1010110 100001

Color Harmonies of #580C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C9E

Black with #580C9E

Text Example


Text Example

White with #580C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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