#39155a

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

Shades of Christalle #39155A

Tints of Christalle #39155A

Color information

#39155A (or 0x39155A) is unknown color: approx Christalle. HEX triplet: 39, 15 and 5A. RGB value is (57,21,90). Sum of RGB (Red+Green+Blue) = 57+21+90=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #39155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39155A is #C6EAA5. Grayscale: #272727. Windows color (decimal): -13036198 or 5903673. OLE color: 5903673.

HSL color Cylindrical-coordinate representation of color #39155A: hue angle of 271.3º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39155A is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB572190-
CMYK0.370.7700.65
HSL271.3º62.16%21.76%-
HSV(B)271.3º76.67%35.29%-
XYZ3.82.149.89-
YUV39.63156.43140.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=33.93%
G=12.5%
B=53.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5721900.370.7700.65271.362.1621.76
Hex39155A254D04110f3e16
Octal71251324511501014177626
Binary11100110101101101010010110011010100000110000111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39155a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39155a; }

 p { color: rgb(57,21,90); }

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

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

 a { background-color: rgb(57,21,90); }

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

<style>
 span { border-color: #39155a; }

 span { border-color: rgb(57,21,90); }

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