Html Css Color HEX #58008B Indigo

📋 copy color: '#58008B'

red 88 ◦ green 0 ◦ blue 139

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

Shades of Indigo #58008B

Tints of Indigo #58008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.23%

R = 38.77%
G = 0%
B = 61.23%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58008B (or 0x58008B) is known color: Indigo. HEX triplet: 58, 00 and 8B. RGB value is (88,0,139). Sum of RGB (Red+Green+Blue) = 88+0+139=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #58008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58008B is #A7FF74. Grayscale: #292929. Windows color (decimal): -11009909 or 9109592. OLE color: 9109592.

HSL color Cylindrical-coordinate representation of color #58008B: hue angle of 277.99º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58008B is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 0 139 -
CMYK 0.37 1 0 0.45
HSL 277.99º 1% 0.27% -
HSV(B) 277.99º 1% 0.55% -
XYZ 8.68 3.94 24.73 -
YUV 42.16 182.65 160.7 -
System Red Green Blue C M Y K H S L
Decimal 88 0 139 0.37 1 0 0.45 277.99 1 0.27
Hex 58 0 8B 25 64 0 2D 116 64 1B
Octal 130 0 213 45 144 0 55 426 144 33
Binary 1011000 0 10001011 100101 1100100 0 101101 100010110 1100100 11011

Color Harmonies of #58008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58008B

Black with #58008B

Text Example


Text Example

White with #58008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58008B; }

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

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

background-color css

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

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

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

border-color css

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

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

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