#64088F

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

Shades of Indigo #64088F

Tints of Indigo #64088F

Color information

#64088F (or 0x64088F) is unknown color: approx Indigo. HEX triplet: 64, 08 and 8F. RGB value is (100,8,143). Sum of RGB (Red+Green+Blue) = 100+8+143=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #64088F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64088F is #9BF770. Grayscale: #323232. Windows color (decimal): -10221425 or 9373796. OLE color: 9373796.

HSL color Cylindrical-coordinate representation of color #64088F: hue angle of 280.89º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64088F is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1008143-
CMYK0.300.9400.44
HSL280.89º89.4%29.61%-
HSV(B)280.89º94.41%56.08%-
XYZ10.34.8726.38-
YUV50.9179.98163.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 8 (3.52% from 255) = 3.19%
BLUE value IS 143 (56.25% from 255) = 56.97%
R=39.84%
G=3.19%
B=56.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10081430.300.9400.44280.8989.429.61
Hex6488F1E5E02C119591e
Octal144102173613605443113136
Binary11001001000100011111111010111100101100100011001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64088F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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