#65107C

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

Shades of Indigo #65107C

Tints of Indigo #65107C

Color information

#65107C (or 0x65107C) is unknown color: approx Indigo. HEX triplet: 65, 10 and 7C. RGB value is (101,16,124). Sum of RGB (Red+Green+Blue) = 101+16+124=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #65107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65107C is #9AEF83. Grayscale: #353535. Windows color (decimal): -10153860 or 8130661. OLE color: 8130661.

HSL color Cylindrical-coordinate representation of color #65107C: hue angle of 287.22º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65107C is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10116124-
CMYK0.190.8700.51
HSL287.22º77.14%27.45%-
HSV(B)287.22º87.1%48.63%-
XYZ9.194.5919.47-
YUV53.73167.66161.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 16 (6.64% from 255) = 6.64%
BLUE value IS 124 (48.83% from 255) = 51.45%
R=41.91%
G=6.64%
B=51.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101161240.190.8700.51287.2277.1427.45
Hex65107C135703311f4d1b
Octal145201742312706343711533
Binary11001011000011111001001110101110110011100011111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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