#31165C

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

Shades of Christalle #31165C

Tints of Christalle #31165C

Color information

#31165C (or 0x31165C) is unknown color: approx Christalle. HEX triplet: 31, 16 and 5C. RGB value is (49,22,92). Sum of RGB (Red+Green+Blue) = 49+22+92=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #31165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31165C is #CEE9A3. Grayscale: #252525. Windows color (decimal): -13560228 or 6034993. OLE color: 6034993.

HSL color Cylindrical-coordinate representation of color #31165C: hue angle of 263.14º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31165C is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB492292-
CMYK0.470.7600.64
HSL263.14º61.4%22.35%-
HSV(B)263.14º76.09%36.08%-
XYZ3.49210.33-
YUV38.05158.45135.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 92 (36.33% from 255) = 56.44%
R=30.06%
G=13.50%
B=56.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4922920.470.7600.64263.1461.422.35
Hex31165C2F4C0401073d16
Octal61261345711401004077526
Binary11000110110101110010111110011000100000010000011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31165C; }

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

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

<style>
 a { background-color: #31165C; }

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

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

<style>
 span { border-color: #31165C; }

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

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