Html Css Color HEX #58127F Indigo

📋 copy color: '#58127F'

red 88 ◦ green 18 ◦ blue 127

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

Shades of Indigo #58127F

Tints of Indigo #58127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.73%

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

R = 37.77%
G = 7.73%
B = 54.51%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58127F (or 0x58127F) is known color: Indigo. HEX triplet: 58, 12 and 7F. RGB value is (88,18,127). Sum of RGB (Red+Green+Blue) = 88+18+127=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #58127F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58127F is #A7ED80. Grayscale: #323232. Windows color (decimal): -11005313 or 8327768. OLE color: 8327768.

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

Color convert

RGB 88 18 127 -
CMYK 0.31 0.86 0 0.50
HSL 278.53º 0.75% 0.28% -
HSV(B) 278.53º 0.86% 0.5% -
XYZ 8.07 4.04 20.43 -
YUV 51.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 88 18 127 0.31 0.86 0 0.50 278.53 0.75 0.28
Hex 58 12 7F 1F 56 0 32 117 4B 1C
Octal 130 22 177 37 126 0 62 427 113 34
Binary 1011000 10010 1111111 11111 1010110 0 110010 100010111 1001011 11100

Color Harmonies of #58127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58127F

Black with #58127F

Text Example


Text Example

White with #58127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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