Html Css Color HEX #58107A Indigo

📋 copy color: '#58107A'

red 88 ◦ green 16 ◦ blue 122

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

Shades of Indigo #58107A

Tints of Indigo #58107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

 BLUE value IS 122 (48.05% from 255) = 53.98%

R = 38.94%
G = 7.08%
B = 53.98%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58107A (or 0x58107A) is known color: Indigo. HEX triplet: 58, 10 and 7A. RGB value is (88,16,122). Sum of RGB (Red+Green+Blue) = 88+16+122=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #58107A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58107A is #A7EF85. Grayscale: #313131. Windows color (decimal): -11005830 or 7999576. OLE color: 7999576.

HSL color Cylindrical-coordinate representation of color #58107A: hue angle of 280.75º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #58107A is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 16 122 -
CMYK 0.28 0.87 0 0.52
HSL 280.75º 0.77% 0.27% -
HSV(B) 280.75º 0.87% 0.48% -
XYZ 7.72 3.85 18.75 -
YUV 49.61 168.85 155.38 -
System Red Green Blue C M Y K H S L
Decimal 88 16 122 0.28 0.87 0 0.52 280.75 0.77 0.27
Hex 58 10 7A 1C 57 0 34 119 4D 1B
Octal 130 20 172 34 127 0 64 431 115 33
Binary 1011000 10000 1111010 11100 1010111 0 110100 100011001 1001101 11011

Color Harmonies of #58107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58107A

Black with #58107A

Text Example


Text Example

White with #58107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58107A; }

 p { color: rgb(88,16,122); }

 H1.HeaderClassName
 {
   color: #58107A;
 }
 .AnyTagClassName
 {
   color: #58107A;
 }
</style>

background-color css

<style>
 a { background-color: #58107A; }

 a { background-color: rgb(88,16,122); }

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

border-color css

<style>
 span { border-color: #58107A; }

 span { border-color: rgb(88,16,122); }

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