#390464

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

Shades of Christalle #390464

Tints of Christalle #390464

Color information

#390464 (or 0x390464) is unknown color: approx Christalle. HEX triplet: 39, 04 and 64. RGB value is (57,4,100). Sum of RGB (Red+Green+Blue) = 57+4+100=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 100 (39.45% from 255 or 62.11% from 161); Max value from RGB is 100 - color contains mainly: blue. Hex color #390464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390464 is #C6FB9B. Grayscale: #1E1E1E. Windows color (decimal): -13040540 or 6554681. OLE color: 6554681.

HSL color Cylindrical-coordinate representation of color #390464: hue angle of 273.12º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390464 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB574100-
CMYK0.430.9600.61
HSL273.12º92.31%20.39%-
HSV(B)273.12º96%39.22%-
XYZ4.031.8812.21-
YUV30.79167.06146.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.40%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 100 (39.45% from 255) = 62.11%
R=35.40%
G=2.48%
B=62.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5741000.430.9600.61273.1292.3120.39
Hex394642B6003D1115c14
Octal7141445314007542113424
Binary111001100110010010101111000000111101100010001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390464; }

 p { color: rgb(57,4,100); }

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

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

 a { background-color: rgb(57,4,100); }

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

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

 span { border-color: rgb(57,4,100); }

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