#390565

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

Shades of Christalle #390565

Tints of Christalle #390565

Color information

#390565 (or 0x390565) is unknown color: approx Christalle. HEX triplet: 39, 05 and 65. RGB value is (57,5,101). Sum of RGB (Red+Green+Blue) = 57+5+101=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #390565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390565 is #C6FA9A. Grayscale: #1F1F1F. Windows color (decimal): -13040283 or 6620473. OLE color: 6620473.

HSL color Cylindrical-coordinate representation of color #390565: hue angle of 272.5º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390565 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB575101-
CMYK0.440.9500.60
HSL272.5º90.57%20.78%-
HSV(B)272.5º95.05%39.61%-
XYZ4.091.9212.47-
YUV31.49167.23146.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.97%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 101 (39.84% from 255) = 61.96%
R=34.97%
G=3.07%
B=61.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5751010.440.9500.60272.590.5720.78
Hex395652C5F03C1105b15
Octal7151455413707442013325
Binary111001101110010110110010111110111100100010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390565; }

 p { color: rgb(57,5,101); }

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

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

 a { background-color: rgb(57,5,101); }

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

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

 span { border-color: rgb(57,5,101); }

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