#65058F

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

Shades of Indigo #65058F

Tints of Indigo #65058F

Color information

#65058F (or 0x65058F) is unknown color: approx Indigo. HEX triplet: 65, 05 and 8F. RGB value is (101,5,143). Sum of RGB (Red+Green+Blue) = 101+5+143=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #65058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65058F is #9AFA70. Grayscale: #303030. Windows color (decimal): -10156657 or 9373029. OLE color: 9373029.

HSL color Cylindrical-coordinate representation of color #65058F: hue angle of 281.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65058F is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1015143-
CMYK0.290.9700.44
HSL281.74º93.24%29.02%-
HSV(B)281.74º96.5%56.08%-
XYZ10.384.8626.38-
YUV49.44180.8164.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.56%
GREEN value IS 5 (2.34% from 255) = 2.01%
BLUE value IS 143 (56.25% from 255) = 57.43%
R=40.56%
G=2.01%
B=57.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10151430.290.9700.44281.7493.2429.02
Hex6558F1D6102C11a5d1d
Octal14552173514105443213535
Binary1100101101100011111110111000010101100100011010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65058F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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