#65007F

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

Shades of Indigo #65007F

Tints of Indigo #65007F

Color information

#65007F (or 0x65007F) is unknown color: approx Indigo. HEX triplet: 65, 00 and 7F. RGB value is (101,0,127). Sum of RGB (Red+Green+Blue) = 101+0+127=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #65007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65007F is #9AFF80. Grayscale: #2C2C2C. Windows color (decimal): -10157953 or 8323173. OLE color: 8323173.

HSL color Cylindrical-coordinate representation of color #65007F: hue angle of 287.72º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65007F is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1010127-
CMYK0.20100.50
HSL287.72º100%24.9%-
HSV(B)287.72º100%49.8%-
XYZ9.24.320.42-
YUV44.68174.46168.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 55.70%
R=44.30%
G=0%
B=55.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10101270.20100.50287.7210024.9
Hex6507F14640321206419
Octal14501772414406244014431
Binary1100101011111111010011001000110010100100000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65007F; }

 p { color: rgb(101,0,127); }

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

<style>
 a { background-color: #65007F; }

 a { background-color: rgb(101,0,127); }

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

<style>
 span { border-color: #65007F; }

 span { border-color: rgb(101,0,127); }

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