Html Css Color HEX #58089B Indigo

📋 copy color: '#58089B'

red 88 ◦ green 8 ◦ blue 155

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

Shades of Indigo #58089B

Tints of Indigo #58089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.19%

 BLUE value IS 155 (60.94% from 255) = 61.75%

R = 35.06%
G = 3.19%
B = 61.75%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58089B (or 0x58089B) is known color: Indigo. HEX triplet: 58, 08 and 9B. RGB value is (88,8,155). Sum of RGB (Red+Green+Blue) = 88+8+155=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #58089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58089B is #A7F764. Grayscale: #303030. Windows color (decimal): -11007845 or 10160216. OLE color: 10160216.

HSL color Cylindrical-coordinate representation of color #58089B: hue angle of 272.65º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58089B is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 8 155 -
CMYK 0.43 0.95 0 0.39
HSL 272.65º 0.9% 0.32% -
HSV(B) 272.65º 0.95% 0.61% -
XYZ 10.03 4.61 31.37 -
YUV 48.68 188 156.05 -
System Red Green Blue C M Y K H S L
Decimal 88 8 155 0.43 0.95 0 0.39 272.65 0.9 0.32
Hex 58 8 9B 2B 5F 0 27 111 5A 20
Octal 130 10 233 53 137 0 47 421 132 40
Binary 1011000 1000 10011011 101011 1011111 0 100111 100010001 1011010 100000

Color Harmonies of #58089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58089B

Black with #58089B

Text Example


Text Example

White with #58089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,8,155); }

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

background-color css

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

 a { background-color: rgb(88,8,155); }

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

border-color css

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

 span { border-color: rgb(88,8,155); }

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