#31125A

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

Shades of Christalle #31125A

Tints of Christalle #31125A

Color information

#31125A (or 0x31125A) is unknown color: approx Christalle. HEX triplet: 31, 12 and 5A. RGB value is (49,18,90). Sum of RGB (Red+Green+Blue) = 49+18+90=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #31125A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31125A is #CEEDA5. Grayscale: #232323. Windows color (decimal): -13561254 or 5902897. OLE color: 5902897.

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

Color convert

RGB491890-
CMYK0.460.8000.65
HSL265.83º66.67%21.18%-
HSV(B)265.83º80%35.29%-
XYZ3.331.829.85-
YUV35.48158.77137.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=31.21%
G=11.46%
B=57.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4918900.460.8000.65265.8366.6721.18
Hex31125A2E5004110a4315
Octal612213256120010141210325
Binary110001100101011010101110101000001000001100001010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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