#390B57

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

Shades of Christalle #390B57

Tints of Christalle #390B57

Color information

#390B57 (or 0x390B57) is unknown color: approx Christalle. HEX triplet: 39, 0B and 57. RGB value is (57,11,87). Sum of RGB (Red+Green+Blue) = 57+11+87=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #390B57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390B57 is #C6F4A8. Grayscale: #212121. Windows color (decimal): -13038761 or 5704505. OLE color: 5704505.

HSL color Cylindrical-coordinate representation of color #390B57: hue angle of 276.32º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #390B57 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB571187-
CMYK0.340.8700.66
HSL276.32º77.55%19.22%-
HSV(B)276.32º87.36%34.12%-
XYZ3.531.89.18-
YUV33.42158.24144.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.77%
GREEN value IS 11 (4.69% from 255) = 7.10%
BLUE value IS 87 (34.38% from 255) = 56.13%
R=36.77%
G=7.10%
B=56.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5711870.340.8700.66276.3277.5519.22
Hex39B5722570421144e13
Octal711312742127010242411623
Binary11100110111010111100010101011101000010100010100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390B57; }

 p { color: rgb(57,11,87); }

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

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

 a { background-color: rgb(57,11,87); }

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

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

 span { border-color: rgb(57,11,87); }

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