#310A5C

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

Shades of Christalle #310A5C

Tints of Christalle #310A5C

Color information

#310A5C (or 0x310A5C) is unknown color: approx Christalle. HEX triplet: 31, 0A and 5C. RGB value is (49,10,92). Sum of RGB (Red+Green+Blue) = 49+10+92=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #310A5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310A5C is #CEF5A3. Grayscale: #1E1E1E. Windows color (decimal): -13563300 or 6031921. OLE color: 6031921.

HSL color Cylindrical-coordinate representation of color #310A5C: hue angle of 268.54º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310A5C is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB491092-
CMYK0.470.8900.64
HSL268.54º80.39%20%-
HSV(B)268.54º89.13%36.08%-
XYZ3.311.6410.27-
YUV31.01162.42140.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.45%
GREEN value IS 10 (4.30% from 255) = 6.62%
BLUE value IS 92 (36.33% from 255) = 60.93%
R=32.45%
G=6.62%
B=60.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4910920.470.8900.64268.5480.3920
Hex31A5C2F5904010d5014
Octal611213457131010041512024
Binary11000110101011100101111101100101000000100001101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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