Html Css Color HEX #58027F Indigo

📋 copy color: '#58027F'

red 88 ◦ green 2 ◦ blue 127

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

Shades of Indigo #58027F

Tints of Indigo #58027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 40.55%
G = 0.92%
B = 58.53%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58027F (or 0x58027F) is known color: Indigo. HEX triplet: 58, 02 and 7F. RGB value is (88,2,127). Sum of RGB (Red+Green+Blue) = 88+2+127=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #58027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58027F is #A7FD80. Grayscale: #292929. Windows color (decimal): -11009409 or 8323672. OLE color: 8323672.

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

Color convert

RGB 88 2 127 -
CMYK 0.31 0.98 0 0.50
HSL 281.28º 0.97% 0.25% -
HSV(B) 281.28º 0.98% 0.5% -
XYZ 7.88 3.65 20.37 -
YUV 41.96 175.99 160.84 -
System Red Green Blue C M Y K H S L
Decimal 88 2 127 0.31 0.98 0 0.50 281.28 0.97 0.25
Hex 58 2 7F 1F 62 0 32 119 61 19
Octal 130 2 177 37 142 0 62 431 141 31
Binary 1011000 10 1111111 11111 1100010 0 110010 100011001 1100001 11001

Color Harmonies of #58027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58027F

Black with #58027F

Text Example


Text Example

White with #58027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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