#39125D

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

Shades of Christalle #39125D

Tints of Christalle #39125D

Color information

#39125D (or 0x39125D) is unknown color: approx Christalle. HEX triplet: 39, 12 and 5D. RGB value is (57,18,93). Sum of RGB (Red+Green+Blue) = 57+18+93=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #39125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39125D is #C6EDA2. Grayscale: #252525. Windows color (decimal): -13036963 or 6099513. OLE color: 6099513.

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

Color convert

RGB571893-
CMYK0.390.8100.64
HSL271.2º67.57%21.76%-
HSV(B)271.2º80.65%36.47%-
XYZ3.882.0910.56-
YUV38.21158.92141.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 18 (7.42% from 255) = 10.71%
BLUE value IS 93 (36.72% from 255) = 55.36%
R=33.93%
G=10.71%
B=55.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5718930.390.8100.64271.267.5721.76
Hex39125D275104010f4416
Octal712213547121010041710426
Binary111001100101011101100111101000101000000100001111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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