#392063

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

Shades of Christalle #392063

Tints of Christalle #392063

Color information

#392063 (or 0x392063) is unknown color: approx Christalle. HEX triplet: 39, 20 and 63. RGB value is (57,32,99). Sum of RGB (Red+Green+Blue) = 57+32+99=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #392063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392063 is #C6DF9C. Grayscale: #2E2E2E. Windows color (decimal): -13033373 or 6496313. OLE color: 6496313.

HSL color Cylindrical-coordinate representation of color #392063: hue angle of 262.39º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392063 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB573299-
CMYK0.420.6800.61
HSL262.39º51.15%25.69%-
HSV(B)262.39º67.68%38.82%-
XYZ4.462.812.11-
YUV47.11157.28135.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 99 (39.06% from 255) = 52.66%
R=30.32%
G=17.02%
B=52.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5732990.420.6800.61262.3951.1525.69
Hex3920632A4403D106331a
Octal7140143521040754066332
Binary11100110000011000111010101000100011110110000011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392063; }

 p { color: rgb(57,32,99); }

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

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

 a { background-color: rgb(57,32,99); }

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

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

 span { border-color: rgb(57,32,99); }

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