Html Css Color HEX #580F98 Indigo

📋 copy color: '#580F98'

red 88 ◦ green 15 ◦ blue 152

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

Shades of Indigo #580F98

Tints of Indigo #580F98

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.88%

 BLUE value IS 152 (59.77% from 255) = 59.61%

R = 34.51%
G = 5.88%
B = 59.61%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#580F98 (or 0x580F98) is known color: Indigo. HEX triplet: 58, 0F and 98. RGB value is (88,15,152). Sum of RGB (Red+Green+Blue) = 88+15+152=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #580F98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580F98 is #A7F067. Grayscale: #333333. Windows color (decimal): -11006056 or 9965400. OLE color: 9965400.

HSL color Cylindrical-coordinate representation of color #580F98: hue angle of 271.97º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580F98 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 15 152 -
CMYK 0.42 0.90 0 0.40
HSL 271.97º 0.82% 0.33% -
HSV(B) 271.97º 0.9% 0.6% -
XYZ 9.86 4.68 30.09 -
YUV 52.45 184.18 153.36 -
System Red Green Blue C M Y K H S L
Decimal 88 15 152 0.42 0.90 0 0.40 271.97 0.82 0.33
Hex 58 F 98 2A 5A 0 28 110 52 21
Octal 130 17 230 52 132 0 50 420 122 41
Binary 1011000 1111 10011000 101010 1011010 0 101000 100010000 1010010 100001

Color Harmonies of #580F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F98

Black with #580F98

Text Example


Text Example

White with #580F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,15,152); }

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

background-color css

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

 a { background-color: rgb(88,15,152); }

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

border-color css

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

 span { border-color: rgb(88,15,152); }

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