#310A5E

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

Shades of Christalle #310A5E

Tints of Christalle #310A5E

Color information

#310A5E (or 0x310A5E) is unknown color: approx Christalle. HEX triplet: 31, 0A and 5E. RGB value is (49,10,94). Sum of RGB (Red+Green+Blue) = 49+10+94=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #310A5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310A5E is #CEF5A1. Grayscale: #1E1E1E. Windows color (decimal): -13563298 or 6162993. OLE color: 6162993.

HSL color Cylindrical-coordinate representation of color #310A5E: hue angle of 267.86º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310A5E is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB491094-
CMYK0.480.8900.63
HSL267.86º80.77%20.39%-
HSV(B)267.86º89.36%36.86%-
XYZ3.41.6810.73-
YUV31.24163.42140.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.03%
GREEN value IS 10 (4.30% from 255) = 6.54%
BLUE value IS 94 (37.11% from 255) = 61.44%
R=32.03%
G=6.54%
B=61.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4910940.480.8900.63267.8680.7720.39
Hex31A5E305903F10c5114
Octal61121366013107741412124
Binary1100011010101111011000010110010111111100001100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310A5E; }

 p { color: rgb(49,10,94); }

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

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

 a { background-color: rgb(49,10,94); }

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

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

 span { border-color: rgb(49,10,94); }

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