#64058C

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

Shades of Indigo #64058C

Tints of Indigo #64058C

Color information

#64058C (or 0x64058C) is unknown color: approx Indigo. HEX triplet: 64, 05 and 8C. RGB value is (100,5,140). Sum of RGB (Red+Green+Blue) = 100+5+140=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #64058C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64058C is #9BFA73. Grayscale: #303030. Windows color (decimal): -10222196 or 9176420. OLE color: 9176420.

HSL color Cylindrical-coordinate representation of color #64058C: hue angle of 282.22º 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 #64058C is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1005140-
CMYK0.290.9600.45
HSL282.22º93.1%28.43%-
HSV(B)282.22º96.43%54.9%-
XYZ10.044.7125.19-
YUV48.8179.47164.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 5 (2.34% from 255) = 2.04%
BLUE value IS 140 (55.08% from 255) = 57.14%
R=40.82%
G=2.04%
B=57.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10051400.290.9600.45282.2293.128.43
Hex6458C1D6002D11a5d1c
Octal14452143514005543213534
Binary1100100101100011001110111000000101101100011010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64058C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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