Html Css Color HEX #58007C Indigo

📋 copy color: '#58007C'

red 88 ◦ green 0 ◦ blue 124

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

Shades of Indigo #58007C

Tints of Indigo #58007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.51%
G = 0%
B = 58.49%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58007C (or 0x58007C) is known color: Indigo. HEX triplet: 58, 00 and 7C. RGB value is (88,0,124). Sum of RGB (Red+Green+Blue) = 88+0+124=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #58007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58007C is #A7FF83. Grayscale: #282828. Windows color (decimal): -11009924 or 8126552. OLE color: 8126552.

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

Color convert

RGB 88 0 124 -
CMYK 0.29 1 0 0.51
HSL 282.58º 1% 0.24% -
HSV(B) 282.58º 1% 0.49% -
XYZ 7.66 3.53 19.35 -
YUV 40.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 88 0 124 0.29 1 0 0.51 282.58 1 0.24
Hex 58 0 7C 1D 64 0 33 11B 64 18
Octal 130 0 174 35 144 0 63 433 144 30
Binary 1011000 0 1111100 11101 1100100 0 110011 100011011 1100100 11000

Color Harmonies of #58007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58007C

Black with #58007C

Text Example


Text Example

White with #58007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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