#65127e

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

Shades of Indigo #65127E

Tints of Indigo #65127E

Color information

#65127E (or 0x65127E) is unknown color: approx Indigo. HEX triplet: 65, 12 and 7E. RGB value is (101,18,126). Sum of RGB (Red+Green+Blue) = 101+18+126=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #65127E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65127E is #9AED81. Grayscale: #363636. Windows color (decimal): -10153346 or 8262245. OLE color: 8262245.

HSL color Cylindrical-coordinate representation of color #65127E: hue angle of 286.11º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65127E is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10118126-
CMYK0.200.8600.51
HSL286.11º75%28.24%-
HSV(B)286.11º85.71%49.41%-
XYZ9.354.7120.15-
YUV55.13168160.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.22%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 126 (49.61% from 255) = 51.43%
R=41.22%
G=7.35%
B=51.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101181260.200.8600.51286.117528.24
Hex65127E145603311e4b1c
Octal145221762412606343611334
Binary11001011001011111101010010101100110011100011110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65127e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65127e; }

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

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

<style>
 a { background-color: #65127e; }

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

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

<style>
 span { border-color: #65127e; }

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

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