Html Css Color HEX #58087F Indigo

📋 copy color: '#58087F'

red 88 ◦ green 8 ◦ blue 127

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

Shades of Indigo #58087F

Tints of Indigo #58087F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 56.95%

R = 39.46%
G = 3.59%
B = 56.95%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58087F (or 0x58087F) is known color: Indigo. HEX triplet: 58, 08 and 7F. RGB value is (88,8,127). Sum of RGB (Red+Green+Blue) = 88+8+127=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #58087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58087F is #A7F780. Grayscale: #2D2D2D. Windows color (decimal): -11007873 or 8325208. OLE color: 8325208.

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

Color convert

RGB 88 8 127 -
CMYK 0.31 0.94 0 0.50
HSL 280.34º 0.88% 0.26% -
HSV(B) 280.34º 0.94% 0.5% -
XYZ 7.94 3.78 20.39 -
YUV 45.49 174 158.32 -
System Red Green Blue C M Y K H S L
Decimal 88 8 127 0.31 0.94 0 0.50 280.34 0.88 0.26
Hex 58 8 7F 1F 5E 0 32 118 58 1A
Octal 130 10 177 37 136 0 62 430 130 32
Binary 1011000 1000 1111111 11111 1011110 0 110010 100011000 1011000 11010

Color Harmonies of #58087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58087F

Black with #58087F

Text Example


Text Example

White with #58087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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