#65018B

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

Shades of Indigo #65018B

Tints of Indigo #65018B

Color information

#65018B (or 0x65018B) is unknown color: approx Indigo. HEX triplet: 65, 01 and 8B. RGB value is (101,1,139). Sum of RGB (Red+Green+Blue) = 101+1+139=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #65018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65018B is #9AFE74. Grayscale: #2E2E2E. Windows color (decimal): -10157685 or 9109861. OLE color: 9109861.

HSL color Cylindrical-coordinate representation of color #65018B: hue angle of 283.48º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65018B is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1011139-
CMYK0.270.9900.45
HSL283.48º98.57%27.45%-
HSV(B)283.48º99.28%54.51%-
XYZ10.044.6524.8-
YUV46.63180.13166.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 139 (54.69% from 255) = 57.68%
R=41.91%
G=0.41%
B=57.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10111390.270.9900.45283.4898.5727.45
Hex6518B1B6302D11b631b
Octal14512133314305543314333
Binary11001011100010111101111000110101101100011011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65018B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65018B; }

 p { color: rgb(101,1,139); }

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

<style>
 a { background-color: #65018B; }

 a { background-color: rgb(101,1,139); }

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

<style>
 span { border-color: #65018B; }

 span { border-color: rgb(101,1,139); }

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