Html Css Color HEX #58037B Indigo

📋 copy color: '#58037B'

red 88 ◦ green 3 ◦ blue 123

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

Shades of Indigo #58037B

Tints of Indigo #58037B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 57.48%

R = 41.12%
G = 1.4%
B = 57.48%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58037B (or 0x58037B) is known color: Indigo. HEX triplet: 58, 03 and 7B. RGB value is (88,3,123). Sum of RGB (Red+Green+Blue) = 88+3+123=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #58037B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58037B is #A7FC84. Grayscale: #292929. Windows color (decimal): -11009157 or 8061784. OLE color: 8061784.

HSL color Cylindrical-coordinate representation of color #58037B: hue angle of 282.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58037B is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 3 123 -
CMYK 0.28 0.98 0 0.52
HSL 282.5º 0.95% 0.25% -
HSV(B) 282.5º 0.98% 0.48% -
XYZ 7.63 3.57 19.03 -
YUV 42.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 88 3 123 0.28 0.98 0 0.52 282.5 0.95 0.25
Hex 58 3 7B 1C 62 0 34 11A 5F 19
Octal 130 3 173 34 142 0 64 432 137 31
Binary 1011000 11 1111011 11100 1100010 0 110100 100011010 1011111 11001

Color Harmonies of #58037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58037B

Black with #58037B

Text Example


Text Example

White with #58037B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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