Html Css Color HEX #58016B Indigo

📋 copy color: '#58016B'

red 88 ◦ green 1 ◦ blue 107

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

Shades of Indigo #58016B

Tints of Indigo #58016B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 44.9%
G = 0.51%
B = 54.59%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58016B (or 0x58016B) is known color: Indigo. HEX triplet: 58, 01 and 6B. RGB value is (88,1,107). Sum of RGB (Red+Green+Blue) = 88+1+107=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #58016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58016B is #A7FE94. Grayscale: #262626. Windows color (decimal): -11009685 or 7012696. OLE color: 7012696.

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

Color convert

RGB 88 1 107 -
CMYK 0.18 0.99 0 0.58
HSL 289.25º 0.98% 0.21% -
HSV(B) 289.25º 0.99% 0.42% -
XYZ 6.69 3.16 14.17 -
YUV 39.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 88 1 107 0.18 0.99 0 0.58 289.25 0.98 0.21
Hex 58 1 6B 12 63 0 3A 121 62 15
Octal 130 1 153 22 143 0 72 441 142 25
Binary 1011000 1 1101011 10010 1100011 0 111010 100100001 1100010 10101

Color Harmonies of #58016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58016B

Black with #58016B

Text Example


Text Example

White with #58016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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