#391155

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

Shades of Christalle #391155

Tints of Christalle #391155

Color information

#391155 (or 0x391155) is unknown color: approx Christalle. HEX triplet: 39, 11 and 55. RGB value is (57,17,85). Sum of RGB (Red+Green+Blue) = 57+17+85=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #391155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391155 is #C6EEAA. Grayscale: #242424. Windows color (decimal): -13037227 or 5574969. OLE color: 5574969.

HSL color Cylindrical-coordinate representation of color #391155: hue angle of 275.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #391155 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB571785-
CMYK0.330.8000.67
HSL275.29º66.67%20%-
HSV(B)275.29º80%33.33%-
XYZ3.531.938.78-
YUV36.71155.25142.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=35.85%
G=10.69%
B=53.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5717850.330.8000.67275.2966.6720
Hex39115521500431134314
Octal712112541120010342310324
Binary111001100011010101100001101000001000011100010011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391155; }

 p { color: rgb(57,17,85); }

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

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

 a { background-color: rgb(57,17,85); }

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

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

 span { border-color: rgb(57,17,85); }

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