Html Css Color HEX #58087C Indigo

📋 copy color: '#58087C'

red 88 ◦ green 8 ◦ blue 124

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

Shades of Indigo #58087C

Tints of Indigo #58087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.64%

 BLUE value IS 124 (48.83% from 255) = 56.36%

R = 40%
G = 3.64%
B = 56.36%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58087C (or 0x58087C) is known color: Indigo. HEX triplet: 58, 08 and 7C. RGB value is (88,8,124). Sum of RGB (Red+Green+Blue) = 88+8+124=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #58087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58087C is #A7F783. Grayscale: #2C2C2C. Windows color (decimal): -11007876 or 8128600. OLE color: 8128600.

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

Color convert

RGB 88 8 124 -
CMYK 0.29 0.94 0 0.51
HSL 281.38º 0.88% 0.26% -
HSV(B) 281.38º 0.94% 0.49% -
XYZ 7.75 3.7 19.38 -
YUV 45.14 172.5 158.57 -
System Red Green Blue C M Y K H S L
Decimal 88 8 124 0.29 0.94 0 0.51 281.38 0.88 0.26
Hex 58 8 7C 1D 5E 0 33 119 58 1A
Octal 130 10 174 35 136 0 63 431 130 32
Binary 1011000 1000 1111100 11101 1011110 0 110011 100011001 1011000 11010

Color Harmonies of #58087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58087C

Black with #58087C

Text Example


Text Example

White with #58087C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,8,124); }

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

background-color css

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

 a { background-color: rgb(88,8,124); }

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

border-color css

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

 span { border-color: rgb(88,8,124); }

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