#64058F

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

Shades of Indigo #64058F

Tints of Indigo #64058F

Color information

#64058F (or 0x64058F) is unknown color: approx Indigo. HEX triplet: 64, 05 and 8F. RGB value is (100,5,143). Sum of RGB (Red+Green+Blue) = 100+5+143=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #64058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64058F is #9BFA70. Grayscale: #303030. Windows color (decimal): -10222193 or 9373028. OLE color: 9373028.

HSL color Cylindrical-coordinate representation of color #64058F: hue angle of 281.3º 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 #64058F is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1005143-
CMYK0.300.9700.44
HSL281.3º93.24%29.02%-
HSV(B)281.3º96.5%56.08%-
XYZ10.274.826.37-
YUV49.14180.97164.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 143 (56.25% from 255) = 57.66%
R=40.32%
G=2.02%
B=57.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10051430.300.9700.44281.393.2429.02
Hex6458F1E6102C1195d1d
Octal14452173614105443113535
Binary1100100101100011111111011000010101100100011001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64058F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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