Html Css Color HEX #58147D Indigo

📋 copy color: '#58147D'

red 88 ◦ green 20 ◦ blue 125

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

Shades of Indigo #58147D

Tints of Indigo #58147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

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

R = 37.77%
G = 8.58%
B = 53.65%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58147D (or 0x58147D) is known color: Indigo. HEX triplet: 58, 14 and 7D. RGB value is (88,20,125). Sum of RGB (Red+Green+Blue) = 88+20+125=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #58147D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58147D is #A7EB82. Grayscale: #333333. Windows color (decimal): -11004803 or 8197208. OLE color: 8197208.

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

Color convert

RGB 88 20 125 -
CMYK 0.30 0.84 0 0.51
HSL 278.86º 0.72% 0.28% -
HSV(B) 278.86º 0.84% 0.49% -
XYZ 7.98 4.06 19.76 -
YUV 52.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 88 20 125 0.30 0.84 0 0.51 278.86 0.72 0.28
Hex 58 14 7D 1E 54 0 33 117 48 1C
Octal 130 24 175 36 124 0 63 427 110 34
Binary 1011000 10100 1111101 11110 1010100 0 110011 100010111 1001000 11100

Color Harmonies of #58147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58147D

Black with #58147D

Text Example


Text Example

White with #58147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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