#65139D

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

Shades of Indigo #65139D

Tints of Indigo #65139D

Color information

#65139D (or 0x65139D) is unknown color: approx Indigo. HEX triplet: 65, 13 and 9D. RGB value is (101,19,157). Sum of RGB (Red+Green+Blue) = 101+19+157=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #65139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65139D is #9AEC62. Grayscale: #3A3A3A. Windows color (decimal): -10153059 or 10294117. OLE color: 10294117.

HSL color Cylindrical-coordinate representation of color #65139D: hue angle of 275.65º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65139D is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10119157-
CMYK0.360.8800.38
HSL275.65º78.41%34.51%-
HSV(B)275.65º87.9%61.57%-
XYZ11.695.6732.38-
YUV59.25183.17157.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 19 (7.81% from 255) = 6.86%
BLUE value IS 157 (61.72% from 255) = 56.68%
R=36.46%
G=6.86%
B=56.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101191570.360.8800.38275.6578.4134.51
Hex65139D24580261144e23
Octal145232354413004642411643
Binary11001011001110011101100100101100001001101000101001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65139D; }

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

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

<style>
 a { background-color: #65139D; }

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

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

<style>
 span { border-color: #65139D; }

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

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