#312158

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

Shades of Christalle #312158

Tints of Christalle #312158

Color information

#312158 (or 0x312158) is unknown color: approx Christalle. HEX triplet: 31, 21 and 58. RGB value is (49,33,88). Sum of RGB (Red+Green+Blue) = 49+33+88=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #312158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312158 is #CEDEA7. Grayscale: #2B2B2B. Windows color (decimal): -13557416 or 5775665. OLE color: 5775665.

HSL color Cylindrical-coordinate representation of color #312158: hue angle of 257.45º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #312158 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB493388-
CMYK0.440.6200.65
HSL257.45º45.45%23.73%-
HSV(B)257.45º62.5%34.51%-
XYZ3.572.459.52-
YUV44.05152.8131.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 88 (34.77% from 255) = 51.76%
R=28.82%
G=19.41%
B=51.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4933880.440.6200.65257.4545.4523.73
Hex3121582C3E0411012d18
Octal6141130547601014015530
Binary11000110000110110001011001111100100000110000000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312158; }

 p { color: rgb(49,33,88); }

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

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

 a { background-color: rgb(49,33,88); }

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

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

 span { border-color: rgb(49,33,88); }

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