Html Css Color HEX #58038B Indigo

📋 copy color: '#58038B'

red 88 ◦ green 3 ◦ blue 139

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

Shades of Indigo #58038B

Tints of Indigo #58038B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 38.26%
G = 1.3%
B = 60.43%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58038B (or 0x58038B) is known color: Indigo. HEX triplet: 58, 03 and 8B. RGB value is (88,3,139). Sum of RGB (Red+Green+Blue) = 88+3+139=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #58038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58038B is #A7FC74. Grayscale: #2B2B2B. Windows color (decimal): -11009141 or 9110360. OLE color: 9110360.

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

Color convert

RGB 88 3 139 -
CMYK 0.37 0.98 0 0.45
HSL 277.5º 0.96% 0.28% -
HSV(B) 277.5º 0.98% 0.55% -
XYZ 8.72 4 24.74 -
YUV 43.92 181.66 159.44 -
System Red Green Blue C M Y K H S L
Decimal 88 3 139 0.37 0.98 0 0.45 277.5 0.96 0.28
Hex 58 3 8B 25 62 0 2D 116 60 1C
Octal 130 3 213 45 142 0 55 426 140 34
Binary 1011000 11 10001011 100101 1100010 0 101101 100010110 1100000 11100

Color Harmonies of #58038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58038B

Black with #58038B

Text Example


Text Example

White with #58038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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