#31045D

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

Shades of Christalle #31045D

Tints of Christalle #31045D

Color information

#31045D (or 0x31045D) is unknown color: approx Christalle. HEX triplet: 31, 04 and 5D. RGB value is (49,4,93). Sum of RGB (Red+Green+Blue) = 49+4+93=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #31045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31045D is #CEFBA2. Grayscale: #1B1B1B. Windows color (decimal): -13564835 or 6095921. OLE color: 6095921.

HSL color Cylindrical-coordinate representation of color #31045D: hue angle of 270.34º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31045D is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB49493-
CMYK0.470.9600.64
HSL270.34º91.75%19.02%-
HSV(B)270.34º95.7%36.47%-
XYZ3.291.5310.48-
YUV27.6164.91143.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 93 (36.72% from 255) = 63.70%
R=33.56%
G=2.74%
B=63.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal494930.470.9600.64270.3491.7519.02
Hex3145D2F6004010e5c13
Octal61413557140010041613423
Binary1100011001011101101111110000001000000100001110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31045D; }

 p { color: rgb(49,4,93); }

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

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

 a { background-color: rgb(49,4,93); }

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

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

 span { border-color: rgb(49,4,93); }

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