#390460

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

Shades of Christalle #390460

Tints of Christalle #390460

Color information

#390460 (or 0x390460) is unknown color: approx Christalle. HEX triplet: 39, 04 and 60. RGB value is (57,4,96). Sum of RGB (Red+Green+Blue) = 57+4+96=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #390460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390460 is #C6FB9F. Grayscale: #1E1E1E. Windows color (decimal): -13040544 or 6292537. OLE color: 6292537.

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

Color convert

RGB57496-
CMYK0.410.9600.62
HSL274.57º92%19.61%-
HSV(B)274.57º95.83%37.65%-
XYZ3.841.811.21-
YUV30.34165.06147.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.31%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=36.31%
G=2.55%
B=61.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal574960.410.9600.62274.579219.61
Hex39460296003E1135c14
Octal7141405114007642313424
Binary111001100110000010100111000000111110100010011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390460; }

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

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

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

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

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

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

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

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