#65128A

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

Shades of Indigo #65128A

Tints of Indigo #65128A

Color information

#65128A (or 0x65128A) is unknown color: approx Indigo. HEX triplet: 65, 12 and 8A. RGB value is (101,18,138). Sum of RGB (Red+Green+Blue) = 101+18+138=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #65128A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65128A is #9AED75. Grayscale: #383838. Windows color (decimal): -10153334 or 9048677. OLE color: 9048677.

HSL color Cylindrical-coordinate representation of color #65128A: hue angle of 281.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65128A is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10118138-
CMYK0.270.8700.46
HSL281.5º76.92%30.59%-
HSV(B)281.5º86.96%54.12%-
XYZ10.175.0324.48-
YUV56.5174159.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.30%
GREEN value IS 18 (7.42% from 255) = 7.00%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=39.30%
G=7.00%
B=53.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101181380.270.8700.46281.576.9230.59
Hex65128A1B5702E11a4d1f
Octal145222123312705643211537
Binary110010110010100010101101110101110101110100011010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65128A; }

 p { color: rgb(101,18,138); }

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

<style>
 a { background-color: #65128A; }

 a { background-color: rgb(101,18,138); }

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

<style>
 span { border-color: #65128A; }

 span { border-color: rgb(101,18,138); }

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