#39255D

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

Shades of Christalle #39255D

Tints of Christalle #39255D

Color information

#39255D (or 0x39255D) is unknown color: approx Christalle. HEX triplet: 39, 25 and 5D. RGB value is (57,37,93). Sum of RGB (Red+Green+Blue) = 57+37+93=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #39255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39255D is #C6DAA2. Grayscale: #313131. Windows color (decimal): -13032099 or 6104377. OLE color: 6104377.

HSL color Cylindrical-coordinate representation of color #39255D: hue angle of 261.43º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39255D is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB573793-
CMYK0.390.6000.64
HSL261.43º43.08%25.49%-
HSV(B)261.43º60.22%36.47%-
XYZ4.322.9810.7-
YUV49.36152.63133.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.48%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=30.48%
G=19.79%
B=49.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5737930.390.6000.64261.4343.0825.49
Hex39255D273C0401052b19
Octal7145135477401004055331
Binary11100110010110111011001111111000100000010000010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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