Html Css Color HEX #58027D Indigo

📋 copy color: '#58027D'

red 88 ◦ green 2 ◦ blue 125

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

Shades of Indigo #58027D

Tints of Indigo #58027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.14%

R = 40.93%
G = 0.93%
B = 58.14%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58027D (or 0x58027D) is known color: Indigo. HEX triplet: 58, 02 and 7D. RGB value is (88,2,125). Sum of RGB (Red+Green+Blue) = 88+2+125=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #58027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58027D is #A7FD82. Grayscale: #292929. Windows color (decimal): -11009411 or 8192600. OLE color: 8192600.

HSL color Cylindrical-coordinate representation of color #58027D: hue angle of 281.95º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58027D is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 2 125 -
CMYK 0.30 0.98 0 0.51
HSL 281.95º 0.97% 0.25% -
HSV(B) 281.95º 0.98% 0.49% -
XYZ 7.75 3.6 19.69 -
YUV 41.74 174.99 161 -
System Red Green Blue C M Y K H S L
Decimal 88 2 125 0.30 0.98 0 0.51 281.95 0.97 0.25
Hex 58 2 7D 1E 62 0 33 11A 61 19
Octal 130 2 175 36 142 0 63 432 141 31
Binary 1011000 10 1111101 11110 1100010 0 110011 100011010 1100001 11001

Color Harmonies of #58027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58027D

Black with #58027D

Text Example


Text Example

White with #58027D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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