#31195A

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

Shades of Christalle #31195A

Tints of Christalle #31195A

Color information

#31195A (or 0x31195A) is unknown color: approx Christalle. HEX triplet: 31, 19 and 5A. RGB value is (49,25,90). Sum of RGB (Red+Green+Blue) = 49+25+90=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #31195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31195A is #CEE6A5. Grayscale: #272727. Windows color (decimal): -13559462 or 5904689. OLE color: 5904689.

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

Color convert

RGB492590-
CMYK0.460.7200.65
HSL262.15º56.52%22.55%-
HSV(B)262.15º72.22%35.29%-
XYZ3.462.099.89-
YUV39.59156.45134.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 90 (35.55% from 255) = 54.88%
R=29.88%
G=15.24%
B=54.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4925900.460.7200.65262.1556.5222.55
Hex31195A2E480411063917
Octal61311325611001014067127
Binary11000111001101101010111010010000100000110000011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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