#31185A

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

Shades of Christalle #31185A

Tints of Christalle #31185A

Color information

#31185A (or 0x31185A) is unknown color: approx Christalle. HEX triplet: 31, 18 and 5A. RGB value is (49,24,90). Sum of RGB (Red+Green+Blue) = 49+24+90=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #31185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31185A is #CEE7A5. Grayscale: #262626. Windows color (decimal): -13559718 or 5904433. OLE color: 5904433.

HSL color Cylindrical-coordinate representation of color #31185A: hue angle of 262.73º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31185A is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB492490-
CMYK0.460.7300.65
HSL262.73º57.89%22.35%-
HSV(B)262.73º73.33%35.29%-
XYZ3.442.049.89-
YUV39156.78135.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 90 (35.55% from 255) = 55.21%
R=30.06%
G=14.72%
B=55.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4924900.460.7300.65262.7357.8922.35
Hex31185A2E490411073a16
Octal61301325611101014077226
Binary11000111000101101010111010010010100000110000011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31185A; }

 p { color: rgb(49,24,90); }

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

<style>
 a { background-color: #31185A; }

 a { background-color: rgb(49,24,90); }

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

<style>
 span { border-color: #31185A; }

 span { border-color: rgb(49,24,90); }

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