#31035D

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

Shades of Christalle #31035D

Tints of Christalle #31035D

Color information

#31035D (or 0x31035D) is unknown color: approx Christalle. HEX triplet: 31, 03 and 5D. RGB value is (49,3,93). Sum of RGB (Red+Green+Blue) = 49+3+93=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #31035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31035D is #CEFCA2. Grayscale: #1A1A1A. Windows color (decimal): -13565091 or 6095665. OLE color: 6095665.

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

Color convert

RGB49393-
CMYK0.470.9700.64
HSL270.67º93.75%18.82%-
HSV(B)270.67º96.77%36.47%-
XYZ3.271.5110.47-
YUV27.01165.24143.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 93 (36.72% from 255) = 64.14%
R=33.79%
G=2.07%
B=64.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal493930.470.9700.64270.6793.7518.82
Hex3135D2F6104010f5e13
Octal61313557141010041713623
Binary110001111011101101111110000101000000100001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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