Html Css Color HEX #58029D Indigo

📋 copy color: '#58029D'

red 88 ◦ green 2 ◦ blue 157

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

Shades of Indigo #58029D

Tints of Indigo #58029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 157 (61.72% from 255) = 63.56%

R = 35.63%
G = 0.81%
B = 63.56%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58029D (or 0x58029D) is known color: Indigo. HEX triplet: 58, 02 and 9D. RGB value is (88,2,157). Sum of RGB (Red+Green+Blue) = 88+2+157=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #58029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58029D is #A7FD62. Grayscale: #2C2C2C. Windows color (decimal): -11009379 or 10289752. OLE color: 10289752.

HSL color Cylindrical-coordinate representation of color #58029D: hue angle of 273.29º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58029D is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 2 157 -
CMYK 0.44 0.99 0 0.38
HSL 273.29º 0.97% 0.31% -
HSV(B) 273.29º 0.99% 0.62% -
XYZ 10.13 4.55 32.24 -
YUV 45.38 190.99 158.4 -
System Red Green Blue C M Y K H S L
Decimal 88 2 157 0.44 0.99 0 0.38 273.29 0.97 0.31
Hex 58 2 9D 2C 63 0 26 111 61 1F
Octal 130 2 235 54 143 0 46 421 141 37
Binary 1011000 10 10011101 101100 1100011 0 100110 100010001 1100001 11111

Color Harmonies of #58029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58029D

Black with #58029D

Text Example


Text Example

White with #58029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58029D; }

 p { color: rgb(88,2,157); }

 H1.HeaderClassName
 {
   color: #58029D;
 }
 .AnyTagClassName
 {
   color: #58029D;
 }
</style>

background-color css

<style>
 a { background-color: #58029D; }

 a { background-color: rgb(88,2,157); }

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

border-color css

<style>
 span { border-color: #58029D; }

 span { border-color: rgb(88,2,157); }

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