#391260

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

Shades of Christalle #391260

Tints of Christalle #391260

Color information

#391260 (or 0x391260) is unknown color: approx Christalle. HEX triplet: 39, 12 and 60. RGB value is (57,18,96). Sum of RGB (Red+Green+Blue) = 57+18+96=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #391260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391260 is #C6ED9F. Grayscale: #262626. Windows color (decimal): -13036960 or 6296121. OLE color: 6296121.

HSL color Cylindrical-coordinate representation of color #391260: hue angle of 270º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #391260 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB571896-
CMYK0.410.8100.62
HSL270º68.42%22.35%-
HSV(B)270º81.25%37.65%-
XYZ4.012.1511.27-
YUV38.55160.42141.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=33.33%
G=10.53%
B=56.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5718960.410.8100.6227068.4222.35
Hex391260295103E10e4416
Octal71221405112107641610426
Binary11100110010110000010100110100010111110100001110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391260; }

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

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

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

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

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

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

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

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