#39285A

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

Shades of Christalle #39285A

Tints of Christalle #39285A

Color information

#39285A (or 0x39285A) is unknown color: approx Christalle. HEX triplet: 39, 28 and 5A. RGB value is (57,40,90). Sum of RGB (Red+Green+Blue) = 57+40+90=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #39285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39285A is #C6D7A5. Grayscale: #323232. Windows color (decimal): -13031334 or 5908537. OLE color: 5908537.

HSL color Cylindrical-coordinate representation of color #39285A: hue angle of 260.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39285A is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB574090-
CMYK0.370.5600.65
HSL260.4º38.46%25.49%-
HSV(B)260.4º55.56%35.29%-
XYZ4.293.1310.05-
YUV50.78150.13132.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.48%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=30.48%
G=21.39%
B=48.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5740900.370.5600.65260.438.4625.49
Hex39285A25380411042619
Octal7150132457001014044631
Binary11100110100010110101001011110000100000110000010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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