#65109d

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

Shades of Indigo #65109D

Tints of Indigo #65109D

Color information

#65109D (or 0x65109D) is unknown color: approx Indigo. HEX triplet: 65, 10 and 9D. RGB value is (101,16,157). Sum of RGB (Red+Green+Blue) = 101+16+157=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #65109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65109D is #9AEF62. Grayscale: #393939. Windows color (decimal): -10153827 or 10293349. OLE color: 10293349.

HSL color Cylindrical-coordinate representation of color #65109D: hue angle of 276.17º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65109D is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10116157-
CMYK0.360.9000.38
HSL276.17º81.5%33.92%-
HSV(B)276.17º89.81%61.57%-
XYZ11.645.5732.36-
YUV57.49184.16159.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.86%
GREEN value IS 16 (6.64% from 255) = 5.84%
BLUE value IS 157 (61.72% from 255) = 57.30%
R=36.86%
G=5.84%
B=57.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101161570.360.9000.38276.1781.533.92
Hex65109D245A0261145222
Octal145202354413204642412242
Binary11001011000010011101100100101101001001101000101001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65109d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,16,157); }

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

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

 a { background-color: rgb(101,16,157); }

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

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

 span { border-color: rgb(101,16,157); }

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