Html Css Color HEX #58098C Indigo

📋 copy color: '#58098C'

red 88 ◦ green 9 ◦ blue 140

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

Shades of Indigo #58098C

Tints of Indigo #58098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.07%

R = 37.13%
G = 3.8%
B = 59.07%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58098C (or 0x58098C) is known color: Indigo. HEX triplet: 58, 09 and 8C. RGB value is (88,9,140). Sum of RGB (Red+Green+Blue) = 88+9+140=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #58098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58098C is #A7F673. Grayscale: #2F2F2F. Windows color (decimal): -11007604 or 9177432. OLE color: 9177432.

HSL color Cylindrical-coordinate representation of color #58098C: hue angle of 276.18º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58098C is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 9 140 -
CMYK 0.37 0.94 0 0.45
HSL 276.18º 0.88% 0.29% -
HSV(B) 276.18º 0.94% 0.55% -
XYZ 8.86 4.16 25.15 -
YUV 47.56 180.17 156.85 -
System Red Green Blue C M Y K H S L
Decimal 88 9 140 0.37 0.94 0 0.45 276.18 0.88 0.29
Hex 58 9 8C 25 5E 0 2D 114 58 1D
Octal 130 11 214 45 136 0 55 424 130 35
Binary 1011000 1001 10001100 100101 1011110 0 101101 100010100 1011000 11101

Color Harmonies of #58098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58098C

Black with #58098C

Text Example


Text Example

White with #58098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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