#31015D

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

Shades of Christalle #31015D

Tints of Christalle #31015D

Color information

#31015D (or 0x31015D) is unknown color: approx Christalle. HEX triplet: 31, 01 and 5D. RGB value is (49,1,93). Sum of RGB (Red+Green+Blue) = 49+1+93=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #31015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31015D is #CEFEA2. Grayscale: #191919. Windows color (decimal): -13565603 or 6095153. OLE color: 6095153.

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

Color convert

RGB49193-
CMYK0.470.9900.64
HSL271.3º97.87%18.43%-
HSV(B)271.3º98.92%36.47%-
XYZ3.251.4610.47-
YUV25.84165.9144.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 93 (36.72% from 255) = 65.03%
R=34.27%
G=0.70%
B=65.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal491930.470.9900.64271.397.8718.43
Hex3115D2F6304010f6212
Octal61113557143010041714222
Binary11000111011101101111110001101000000100001111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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