#312057

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

Shades of Christalle #312057

Tints of Christalle #312057

Color information

#312057 (or 0x312057) is unknown color: approx Christalle. HEX triplet: 31, 20 and 57. RGB value is (49,32,87). Sum of RGB (Red+Green+Blue) = 49+32+87=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #312057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312057 is #CEDFA8. Grayscale: #2B2B2B. Windows color (decimal): -13557673 or 5709873. OLE color: 5709873.

HSL color Cylindrical-coordinate representation of color #312057: hue angle of 258.55º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312057 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB493287-
CMYK0.440.6300.66
HSL258.55º46.22%23.33%-
HSV(B)258.55º63.22%34.12%-
XYZ3.52.379.29-
YUV43.35152.63132.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 87 (34.38% from 255) = 51.79%
R=29.17%
G=19.05%
B=51.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4932870.440.6300.66258.5546.2223.33
Hex3120572C3F0421032e17
Octal6140127547701024035627
Binary11000110000010101111011001111110100001010000001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312057; }

 p { color: rgb(49,32,87); }

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

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

 a { background-color: rgb(49,32,87); }

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

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

 span { border-color: rgb(49,32,87); }

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