#39135F

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

Shades of Christalle #39135F

Tints of Christalle #39135F

Color information

#39135F (or 0x39135F) is unknown color: approx Christalle. HEX triplet: 39, 13 and 5F. RGB value is (57,19,95). Sum of RGB (Red+Green+Blue) = 57+19+95=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #39135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39135F is #C6ECA0. Grayscale: #262626. Windows color (decimal): -13036705 or 6230841. OLE color: 6230841.

HSL color Cylindrical-coordinate representation of color #39135F: hue angle of 270º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #39135F is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB571995-
CMYK0.400.8000.63
HSL270º66.67%22.35%-
HSV(B)270º80%37.25%-
XYZ3.992.1611.03-
YUV39.03159.59140.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 95 (37.5% from 255) = 55.56%
R=33.33%
G=11.11%
B=55.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5719950.400.8000.6327066.6722.35
Hex39135F285003F10e4316
Octal71231375012007741610326
Binary11100110011101111110100010100000111111100001110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39135F; }

 p { color: rgb(57,19,95); }

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

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

 a { background-color: rgb(57,19,95); }

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

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

 span { border-color: rgb(57,19,95); }

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