#39255C

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

Shades of Christalle #39255C

Tints of Christalle #39255C

Color information

#39255C (or 0x39255C) is unknown color: approx Christalle. HEX triplet: 39, 25 and 5C. RGB value is (57,37,92). Sum of RGB (Red+Green+Blue) = 57+37+92=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #39255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39255C is #C6DAA3. Grayscale: #313131. Windows color (decimal): -13032100 or 6038841. OLE color: 6038841.

HSL color Cylindrical-coordinate representation of color #39255C: hue angle of 261.82º 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 #39255C is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB573792-
CMYK0.380.6000.64
HSL261.82º42.64%25.29%-
HSV(B)261.82º59.78%36.08%-
XYZ4.282.9710.47-
YUV49.25152.13133.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 92 (36.33% from 255) = 49.46%
R=30.65%
G=19.89%
B=49.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5737920.380.6000.64261.8242.6425.29
Hex39255C263C0401062b19
Octal7145134467401004065331
Binary11100110010110111001001101111000100000010000011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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