Html Css Color HEX #58138B Indigo

📋 copy color: '#58138B'

red 88 ◦ green 19 ◦ blue 139

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

Shades of Indigo #58138B

Tints of Indigo #58138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

 BLUE value IS 139 (54.69% from 255) = 56.5%

R = 35.77%
G = 7.72%
B = 56.5%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58138B (or 0x58138B) is known color: Indigo. HEX triplet: 58, 13 and 8B. RGB value is (88,19,139). Sum of RGB (Red+Green+Blue) = 88+19+139=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #58138B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58138B is #A7EC74. Grayscale: #343434. Windows color (decimal): -11005045 or 9114456. OLE color: 9114456.

HSL color Cylindrical-coordinate representation of color #58138B: hue angle of 274.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58138B is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 19 139 -
CMYK 0.37 0.86 0 0.45
HSL 274.5º 0.76% 0.31% -
HSV(B) 274.5º 0.86% 0.55% -
XYZ 8.92 4.4 24.81 -
YUV 53.31 176.36 152.74 -
System Red Green Blue C M Y K H S L
Decimal 88 19 139 0.37 0.86 0 0.45 274.5 0.76 0.31
Hex 58 13 8B 25 56 0 2D 112 4C 1F
Octal 130 23 213 45 126 0 55 422 114 37
Binary 1011000 10011 10001011 100101 1010110 0 101101 100010010 1001100 11111

Color Harmonies of #58138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58138B

Black with #58138B

Text Example


Text Example

White with #58138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58138B; }

 p { color: rgb(88,19,139); }

 H1.HeaderClassName
 {
   color: #58138B;
 }
 .AnyTagClassName
 {
   color: #58138B;
 }
</style>

background-color css

<style>
 a { background-color: #58138B; }

 a { background-color: rgb(88,19,139); }

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

border-color css

<style>
 span { border-color: #58138B; }

 span { border-color: rgb(88,19,139); }

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