#65058B

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

Shades of Indigo #65058B

Tints of Indigo #65058B

Color information

#65058B (or 0x65058B) is unknown color: approx Indigo. HEX triplet: 65, 05 and 8B. RGB value is (101,5,139). Sum of RGB (Red+Green+Blue) = 101+5+139=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #65058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65058B is #9AFA74. Grayscale: #303030. Windows color (decimal): -10156661 or 9110885. OLE color: 9110885.

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

Color convert

RGB1015139-
CMYK0.270.9600.45
HSL282.99º93.06%28.24%-
HSV(B)282.99º96.4%54.51%-
XYZ10.084.7424.81-
YUV48.98178.8165.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.22%
GREEN value IS 5 (2.34% from 255) = 2.04%
BLUE value IS 139 (54.69% from 255) = 56.73%
R=41.22%
G=2.04%
B=56.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10151390.270.9600.45282.9993.0628.24
Hex6558B1B6002D11b5d1c
Octal14552133314005543313534
Binary1100101101100010111101111000000101101100011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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