#39145E

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

Shades of Christalle #39145E

Tints of Christalle #39145E

Color information

#39145E (or 0x39145E) is unknown color: approx Christalle. HEX triplet: 39, 14 and 5E. RGB value is (57,20,94). Sum of RGB (Red+Green+Blue) = 57+20+94=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #39145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39145E is #C6EBA1. Grayscale: #272727. Windows color (decimal): -13036450 or 6165561. OLE color: 6165561.

HSL color Cylindrical-coordinate representation of color #39145E: hue angle of 270º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39145E is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB572094-
CMYK0.390.7900.63
HSL270º64.91%22.35%-
HSV(B)270º78.72%36.86%-
XYZ3.962.1810.8-
YUV39.5158.76140.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 94 (37.11% from 255) = 54.97%
R=33.33%
G=11.70%
B=54.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5720940.390.7900.6327064.9122.35
Hex39145E274F03F10e4116
Octal71241364711707741610126
Binary11100110100101111010011110011110111111100001110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39145E; }

 p { color: rgb(57,20,94); }

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

<style>
 a { background-color: #39145E; }

 a { background-color: rgb(57,20,94); }

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

<style>
 span { border-color: #39145E; }

 span { border-color: rgb(57,20,94); }

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