#390360

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

Shades of Christalle #390360

Tints of Christalle #390360

Color information

#390360 (or 0x390360) is unknown color: approx Christalle. HEX triplet: 39, 03 and 60. RGB value is (57,3,96). Sum of RGB (Red+Green+Blue) = 57+3+96=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #390360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390360 is #C6FC9F. Grayscale: #1D1D1D. Windows color (decimal): -13040800 or 6292281. OLE color: 6292281.

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

Color convert

RGB57396-
CMYK0.410.9700.62
HSL274.84º93.94%19.41%-
HSV(B)274.84º96.88%37.65%-
XYZ3.831.7811.21-
YUV29.75165.39147.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.54%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 96 (37.89% from 255) = 61.54%
R=36.54%
G=1.92%
B=61.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal573960.410.9700.62274.8493.9419.41
Hex39360296103E1135e13
Octal7131405114107642313623
Binary11100111110000010100111000010111110100010011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390360; }

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

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

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

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

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

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

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

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