#31135A

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

Shades of Christalle #31135A

Tints of Christalle #31135A

Color information

#31135A (or 0x31135A) is unknown color: approx Christalle. HEX triplet: 31, 13 and 5A. RGB value is (49,19,90). Sum of RGB (Red+Green+Blue) = 49+19+90=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #31135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31135A is #CEECA5. Grayscale: #232323. Windows color (decimal): -13560998 or 5903153. OLE color: 5903153.

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

Color convert

RGB491990-
CMYK0.460.7900.65
HSL265.35º65.14%21.37%-
HSV(B)265.35º78.89%35.29%-
XYZ3.341.869.85-
YUV36.06158.44137.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 90 (35.55% from 255) = 56.96%
R=31.01%
G=12.03%
B=56.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4919900.460.7900.65265.3565.1421.37
Hex31135A2E4F0411094115
Octal612313256117010141110125
Binary110001100111011010101110100111101000001100001001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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