Html Css Color HEX #580994 Indigo

📋 copy color: '#580994'

red 88 ◦ green 9 ◦ blue 148

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

Shades of Indigo #580994

Tints of Indigo #580994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.67%

 BLUE value IS 148 (58.2% from 255) = 60.41%

R = 35.92%
G = 3.67%
B = 60.41%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#580994 (or 0x580994) is known color: Indigo. HEX triplet: 58, 09 and 94. RGB value is (88,9,148). Sum of RGB (Red+Green+Blue) = 88+9+148=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #580994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580994 is #A7F66B. Grayscale: #2F2F2F. Windows color (decimal): -11007596 or 9701720. OLE color: 9701720.

HSL color Cylindrical-coordinate representation of color #580994: hue angle of 274.1º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580994 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 9 148 -
CMYK 0.41 0.94 0 0.42
HSL 274.1º 0.89% 0.31% -
HSV(B) 274.1º 0.94% 0.58% -
XYZ 9.47 4.41 28.37 -
YUV 48.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 88 9 148 0.41 0.94 0 0.42 274.1 0.89 0.31
Hex 58 9 94 29 5E 0 2A 112 59 1F
Octal 130 11 224 51 136 0 52 422 131 37
Binary 1011000 1001 10010100 101001 1011110 0 101010 100010010 1011001 11111

Color Harmonies of #580994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580994

Black with #580994

Text Example


Text Example

White with #580994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580994; }

 p { color: rgb(88,9,148); }

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

background-color css

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

 a { background-color: rgb(88,9,148); }

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

border-color css

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

 span { border-color: rgb(88,9,148); }

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