#391255

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

Shades of Christalle #391255

Tints of Christalle #391255

Color information

#391255 (or 0x391255) is unknown color: approx Christalle. HEX triplet: 39, 12 and 55. RGB value is (57,18,85). Sum of RGB (Red+Green+Blue) = 57+18+85=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #391255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391255 is #C6EDAA. Grayscale: #252525. Windows color (decimal): -13036971 or 5575225. OLE color: 5575225.

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

Color convert

RGB571885-
CMYK0.330.7900.67
HSL274.93º65.05%20.2%-
HSV(B)274.93º78.82%33.33%-
XYZ3.541.968.79-
YUV37.3154.92142.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.62%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 85 (33.59% from 255) = 53.12%
R=35.62%
G=11.25%
B=53.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5718850.330.7900.67274.9365.0520.2
Hex391255214F0431134114
Octal712212541117010342310124
Binary111001100101010101100001100111101000011100010011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391255; }

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

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

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

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

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

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

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

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