#39145C

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

Shades of Christalle #39145C

Tints of Christalle #39145C

Color information

#39145C (or 0x39145C) is unknown color: approx Christalle. HEX triplet: 39, 14 and 5C. RGB value is (57,20,92). Sum of RGB (Red+Green+Blue) = 57+20+92=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #39145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39145C is #C6EBA3. Grayscale: #272727. Windows color (decimal): -13036452 or 6034489. OLE color: 6034489.

HSL color Cylindrical-coordinate representation of color #39145C: hue angle of 270.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39145C is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB572092-
CMYK0.380.7800.64
HSL270.83º64.29%21.96%-
HSV(B)270.83º78.26%36.08%-
XYZ3.872.1410.33-
YUV39.27157.76140.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.73%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 92 (36.33% from 255) = 54.44%
R=33.73%
G=11.83%
B=54.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5720920.380.7800.64270.8364.2921.96
Hex39145C264E04010f4016
Octal712413446116010041710026
Binary111001101001011100100110100111001000000100001111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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