#640698

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

Shades of Indigo #640698

Tints of Indigo #640698

Color information

#640698 (or 0x640698) is unknown color: approx Indigo. HEX triplet: 64, 06 and 98. RGB value is (100,6,152). Sum of RGB (Red+Green+Blue) = 100+6+152=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #640698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640698 is #9BF967. Grayscale: #323232. Windows color (decimal): -10221928 or 9963108. OLE color: 9963108.

HSL color Cylindrical-coordinate representation of color #640698: hue angle of 278.63º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640698 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1006152-
CMYK0.340.9600.40
HSL278.63º92.41%30.98%-
HSV(B)278.63º96.05%59.61%-
XYZ10.995.1130.11-
YUV50.75185.14163.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.76%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 152 (59.77% from 255) = 58.91%
R=38.76%
G=2.33%
B=58.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10061520.340.9600.40278.6392.4130.98
Hex6469822600281175c1f
Octal14462304214005042713437
Binary11001001101001100010001011000000101000100010111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640698; }

 p { color: rgb(100,6,152); }

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

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

 a { background-color: rgb(100,6,152); }

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

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

 span { border-color: rgb(100,6,152); }

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