#311962

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

Shades of Christalle #311962

Tints of Christalle #311962

Color information

#311962 (or 0x311962) is unknown color: approx Christalle. HEX triplet: 31, 19 and 62. RGB value is (49,25,98). Sum of RGB (Red+Green+Blue) = 49+25+98=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #311962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311962 is #CEE69D. Grayscale: #282828. Windows color (decimal): -13559454 or 6428977. OLE color: 6428977.

HSL color Cylindrical-coordinate representation of color #311962: hue angle of 259.73º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #311962 is Cyan = 0.5, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB492598-
CMYK0.50.7400.62
HSL259.73º59.35%24.12%-
HSV(B)259.73º74.49%38.43%-
XYZ3.822.2311.78-
YUV40.5160.45134.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.49%
GREEN value IS 25 (10.16% from 255) = 14.53%
BLUE value IS 98 (38.67% from 255) = 56.98%
R=28.49%
G=14.53%
B=56.98%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4925980.50.7400.62259.7359.3524.12
Hex311962324A03E1043b18
Octal6131142621120764047330
Binary1100011100111000101100101001010011111010000010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311962; }

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

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

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

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

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

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

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

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