#391E60

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

Shades of Christalle #391E60

Tints of Christalle #391E60

Color information

#391E60 (or 0x391E60) is unknown color: approx Christalle. HEX triplet: 39, 1E and 60. RGB value is (57,30,96). Sum of RGB (Red+Green+Blue) = 57+30+96=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #391E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391E60 is #C6E19F. Grayscale: #2D2D2D. Windows color (decimal): -13033888 or 6299193. OLE color: 6299193.

HSL color Cylindrical-coordinate representation of color #391E60: hue angle of 264.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #391E60 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB573096-
CMYK0.410.6900.62
HSL264.55º52.38%24.71%-
HSV(B)264.55º68.75%37.65%-
XYZ4.262.6411.35-
YUV45.6156.45136.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.15%
GREEN value IS 30 (12.11% from 255) = 16.39%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=31.15%
G=16.39%
B=52.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5730960.410.6900.62264.5552.3824.71
Hex391E60294503E1093419
Octal7136140511050764116431
Binary1110011111011000001010011000101011111010000100111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391E60; }

 p { color: rgb(57,30,96); }

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

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

 a { background-color: rgb(57,30,96); }

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

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

 span { border-color: rgb(57,30,96); }

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