#58147b

Color #58147B Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #58147B

Tints of Indigo #58147B

Color information

#58147B (or 0x58147B) is unknown color: approx Indigo. HEX triplet: 58, 14 and 7B. RGB value is (88,20,123). Sum of RGB (Red+Green+Blue) = 88+20+123=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #58147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58147B is #A7EB84. Grayscale: #333333. Windows color (decimal): -11004805 or 8066136. OLE color: 8066136.

HSL color Cylindrical-coordinate representation of color #58147B: hue angle of 279.61º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58147B is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8820123-
CMYK0.280.8400.52
HSL279.61º72.03%28.04%-
HSV(B)279.61º83.74%48.24%-
XYZ7.854.0119.1-
YUV52.07168.03153.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.10%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 123 (48.44% from 255) = 53.25%
R=38.10%
G=8.66%
B=53.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88201230.280.8400.52279.6172.0328.04
Hex58147B1C54034118481c
Octal130241733412406443011034
Binary10110001010011110111110010101000110100100011000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58147b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58147b; }

 p { color: rgb(88,20,123); }

 H1.HeaderClassName
 {
   color: #58147b;
 }
 .AnyTagClassName
 {
   color: #58147b;
 }
</style>
background-color css

<style>
 a { background-color: #58147b; }

 a { background-color: rgb(88,20,123); }

 div.DivClassName
 {
   background-color: #58147b;
 }
 .BgClassName
 {
   background-color: #58147b;
 }
</style>
border-color css

<style>
 span { border-color: #58147b; }

 span { border-color: rgb(88,20,123); }

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