Html Css Color HEX #58129A Indigo

📋 copy color: '#58129A'

red 88 ◦ green 18 ◦ blue 154

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

Shades of Indigo #58129A

Tints of Indigo #58129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

 BLUE value IS 154 (60.55% from 255) = 59.23%

R = 33.85%
G = 6.92%
B = 59.23%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#58129A (or 0x58129A) is known color: Indigo. HEX triplet: 58, 12 and 9A. RGB value is (88,18,154). Sum of RGB (Red+Green+Blue) = 88+18+154=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #58129A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58129A is #A7ED65. Grayscale: #353535. Windows color (decimal): -11005286 or 10097240. OLE color: 10097240.

HSL color Cylindrical-coordinate representation of color #58129A: hue angle of 270.88º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58129A is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 18 154 -
CMYK 0.43 0.88 0 0.40
HSL 270.88º 0.79% 0.34% -
HSV(B) 270.88º 0.88% 0.6% -
XYZ 10.07 4.84 30.98 -
YUV 54.43 184.19 151.94 -
System Red Green Blue C M Y K H S L
Decimal 88 18 154 0.43 0.88 0 0.40 270.88 0.79 0.34
Hex 58 12 9A 2B 58 0 28 10F 4F 22
Octal 130 22 232 53 130 0 50 417 117 42
Binary 1011000 10010 10011010 101011 1011000 0 101000 100001111 1001111 100010

Color Harmonies of #58129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58129A

Black with #58129A

Text Example


Text Example

White with #58129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58129A; }

 p { color: rgb(88,18,154); }

 H1.HeaderClassName
 {
   color: #58129A;
 }
 .AnyTagClassName
 {
   color: #58129A;
 }
</style>

background-color css

<style>
 a { background-color: #58129A; }

 a { background-color: rgb(88,18,154); }

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

border-color css

<style>
 span { border-color: #58129A; }

 span { border-color: rgb(88,18,154); }

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