Html Css Color HEX #58066C Indigo

📋 copy color: '#58066C'

red 88 ◦ green 6 ◦ blue 108

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

Shades of Indigo #58066C

Tints of Indigo #58066C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.97%

 BLUE value IS 108 (42.58% from 255) = 53.47%

R = 43.56%
G = 2.97%
B = 53.47%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58066C (or 0x58066C) is known color: Indigo. HEX triplet: 58, 06 and 6C. RGB value is (88,6,108). Sum of RGB (Red+Green+Blue) = 88+6+108=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #58066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58066C is #A7F993. Grayscale: #292929. Windows color (decimal): -11008404 or 7079512. OLE color: 7079512.

HSL color Cylindrical-coordinate representation of color #58066C: hue angle of 288.24º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58066C is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 6 108 -
CMYK 0.19 0.94 0 0.58
HSL 288.24º 0.89% 0.22% -
HSV(B) 288.24º 0.94% 0.42% -
XYZ 6.8 3.29 14.46 -
YUV 42.15 165.17 160.71 -
System Red Green Blue C M Y K H S L
Decimal 88 6 108 0.19 0.94 0 0.58 288.24 0.89 0.22
Hex 58 6 6C 13 5E 0 3A 120 59 16
Octal 130 6 154 23 136 0 72 440 131 26
Binary 1011000 110 1101100 10011 1011110 0 111010 100100000 1011001 10110

Color Harmonies of #58066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58066C

Black with #58066C

Text Example


Text Example

White with #58066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58066C; }

 p { color: rgb(88,6,108); }

 H1.HeaderClassName
 {
   color: #58066C;
 }
 .AnyTagClassName
 {
   color: #58066C;
 }
</style>

background-color css

<style>
 a { background-color: #58066C; }

 a { background-color: rgb(88,6,108); }

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

border-color css

<style>
 span { border-color: #58066C; }

 span { border-color: rgb(88,6,108); }

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