#65118d

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

Shades of Indigo #65118D

Tints of Indigo #65118D

Color information

#65118D (or 0x65118D) is unknown color: approx Indigo. HEX triplet: 65, 11 and 8D. RGB value is (101,17,141). Sum of RGB (Red+Green+Blue) = 101+17+141=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #65118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65118D is #9AEE72. Grayscale: #373737. Windows color (decimal): -10153587 or 9245029. OLE color: 9245029.

HSL color Cylindrical-coordinate representation of color #65118D: hue angle of 280.65º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65118D is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10117141-
CMYK0.280.8800.45
HSL280.65º78.48%30.98%-
HSV(B)280.65º87.94%55.29%-
XYZ10.375.0925.64-
YUV56.25175.83159.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.00%
GREEN value IS 17 (7.03% from 255) = 6.56%
BLUE value IS 141 (55.47% from 255) = 54.44%
R=39.00%
G=6.56%
B=54.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101171410.280.8800.45280.6578.4830.98
Hex65118D1C5802D1194e1f
Octal145212153413005543111637
Binary110010110001100011011110010110000101101100011001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65118d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65118d; }

 p { color: rgb(101,17,141); }

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

<style>
 a { background-color: #65118d; }

 a { background-color: rgb(101,17,141); }

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

<style>
 span { border-color: #65118d; }

 span { border-color: rgb(101,17,141); }

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