Html Css Color HEX #58127D Indigo

📋 copy color: '#58127D'

red 88 ◦ green 18 ◦ blue 125

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

Shades of Indigo #58127D

Tints of Indigo #58127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 54.11%

R = 38.1%
G = 7.79%
B = 54.11%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58127D (or 0x58127D) is known color: Indigo. HEX triplet: 58, 12 and 7D. RGB value is (88,18,125). Sum of RGB (Red+Green+Blue) = 88+18+125=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #58127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58127D is #A7ED82. Grayscale: #323232. Windows color (decimal): -11005315 or 8196696. OLE color: 8196696.

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

Color convert

RGB 88 18 125 -
CMYK 0.30 0.86 0 0.51
HSL 279.25º 0.75% 0.28% -
HSV(B) 279.25º 0.86% 0.49% -
XYZ 7.94 3.99 19.75 -
YUV 51.13 169.69 154.3 -
System Red Green Blue C M Y K H S L
Decimal 88 18 125 0.30 0.86 0 0.51 279.25 0.75 0.28
Hex 58 12 7D 1E 56 0 33 117 4B 1C
Octal 130 22 175 36 126 0 63 427 113 34
Binary 1011000 10010 1111101 11110 1010110 0 110011 100010111 1001011 11100

Color Harmonies of #58127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58127D

Black with #58127D

Text Example


Text Example

White with #58127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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