Html Css Color HEX #58006B Indigo

📋 copy color: '#58006B'

red 88 ◦ green 0 ◦ blue 107

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

Shades of Indigo #58006B

Tints of Indigo #58006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 107 (42.19% from 255) = 54.87%

R = 45.13%
G = 0%
B = 54.87%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58006B (or 0x58006B) is known color: Indigo. HEX triplet: 58, 00 and 6B. RGB value is (88,0,107). Sum of RGB (Red+Green+Blue) = 88+0+107=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #58006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58006B is #A7FF94. Grayscale: #262626. Windows color (decimal): -11009941 or 7012440. OLE color: 7012440.

HSL color Cylindrical-coordinate representation of color #58006B: hue angle of 289.35º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58006B is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 0 107 -
CMYK 0.18 1 0 0.58
HSL 289.35º 1% 0.21% -
HSV(B) 289.35º 1% 0.42% -
XYZ 6.68 3.14 14.16 -
YUV 38.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 88 0 107 0.18 1 0 0.58 289.35 1 0.21
Hex 58 0 6B 12 64 0 3A 121 64 15
Octal 130 0 153 22 144 0 72 441 144 25
Binary 1011000 0 1101011 10010 1100100 0 111010 100100001 1100100 10101

Color Harmonies of #58006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58006B

Black with #58006B

Text Example


Text Example

White with #58006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,0,107); }

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

background-color css

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

 a { background-color: rgb(88,0,107); }

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

border-color css

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

 span { border-color: rgb(88,0,107); }

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