#65159C

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

Shades of Indigo #65159C

Tints of Indigo #65159C

Color information

#65159C (or 0x65159C) is unknown color: approx Indigo. HEX triplet: 65, 15 and 9C. RGB value is (101,21,156). Sum of RGB (Red+Green+Blue) = 101+21+156=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #65159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65159C is #9AEA63. Grayscale: #3B3B3B. Windows color (decimal): -10152548 or 10229093. OLE color: 10229093.

HSL color Cylindrical-coordinate representation of color #65159C: hue angle of 275.56º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65159C is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10121156-
CMYK0.350.8700.39
HSL275.56º76.27%34.71%-
HSV(B)275.56º86.54%61.18%-
XYZ11.645.731.94-
YUV60.31182157.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 21 (8.59% from 255) = 7.55%
BLUE value IS 156 (61.33% from 255) = 56.12%
R=36.33%
G=7.55%
B=56.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101211560.350.8700.39275.5676.2734.71
Hex65159C23570271144c23
Octal145252344312704742411443
Binary11001011010110011100100011101011101001111000101001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65159C; }

 p { color: rgb(101,21,156); }

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

<style>
 a { background-color: #65159C; }

 a { background-color: rgb(101,21,156); }

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

<style>
 span { border-color: #65159C; }

 span { border-color: rgb(101,21,156); }

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