#64057E

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

Shades of Indigo #64057E

Tints of Indigo #64057E

Color information

#64057E (or 0x64057E) is unknown color: approx Indigo. HEX triplet: 64, 05 and 7E. RGB value is (100,5,126). Sum of RGB (Red+Green+Blue) = 100+5+126=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #64057E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64057E is #9BFA81. Grayscale: #2E2E2E. Windows color (decimal): -10222210 or 8258916. OLE color: 8258916.

HSL color Cylindrical-coordinate representation of color #64057E: hue angle of 287.11º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64057E is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1005126-
CMYK0.210.9600.51
HSL287.11º92.37%25.69%-
HSV(B)287.11º96.03%49.41%-
XYZ9.084.3220.09-
YUV47.2172.47165.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.29%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 126 (49.61% from 255) = 54.55%
R=43.29%
G=2.16%
B=54.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10051260.210.9600.51287.1192.3725.69
Hex6457E156003311f5c1a
Octal14451762514006343713432
Binary110010010111111101010111000000110011100011111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64057E; }

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

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

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

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

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

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

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

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