#39285D

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

Shades of Christalle #39285D

Tints of Christalle #39285D

Color information

#39285D (or 0x39285D) is unknown color: approx Christalle. HEX triplet: 39, 28 and 5D. RGB value is (57,40,93). Sum of RGB (Red+Green+Blue) = 57+40+93=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #39285D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39285D is #C6D7A2. Grayscale: #323232. Windows color (decimal): -13031331 or 6105145. OLE color: 6105145.

HSL color Cylindrical-coordinate representation of color #39285D: hue angle of 259.25º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39285D is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB574093-
CMYK0.390.5700.64
HSL259.25º39.85%26.08%-
HSV(B)259.25º56.99%36.47%-
XYZ4.423.1810.74-
YUV51.12151.63132.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=30%
G=21.05%
B=48.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5740930.390.5700.64259.2539.8526.08
Hex39285D2739040103281a
Octal7150135477101004035032
Binary11100110100010111011001111110010100000010000001110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39285D; }

 p { color: rgb(57,40,93); }

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

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

 a { background-color: rgb(57,40,93); }

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

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

 span { border-color: rgb(57,40,93); }

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