#64067B

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

Shades of Indigo #64067B

Tints of Indigo #64067B

Color information

#64067B (or 0x64067B) is unknown color: approx Indigo. HEX triplet: 64, 06 and 7B. RGB value is (100,6,123). Sum of RGB (Red+Green+Blue) = 100+6+123=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #64067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64067B is #9BF984. Grayscale: #2F2F2F. Windows color (decimal): -10221957 or 8062564. OLE color: 8062564.

HSL color Cylindrical-coordinate representation of color #64067B: hue angle of 288.21º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64067B is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1006123-
CMYK0.190.9500.52
HSL288.21º90.7%25.29%-
HSV(B)288.21º95.12%48.24%-
XYZ8.94.2719.09-
YUV47.44170.64165.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.67%
GREEN value IS 6 (2.73% from 255) = 2.62%
BLUE value IS 123 (48.44% from 255) = 53.71%
R=43.67%
G=2.62%
B=53.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10061230.190.9500.52288.2190.725.29
Hex6467B135F0341205b19
Octal14461732313706444013331
Binary110010011011110111001110111110110100100100000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64067B; }

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

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

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

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

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

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

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

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