#311762

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

Shades of Christalle #311762

Tints of Christalle #311762

Color information

#311762 (or 0x311762) is unknown color: approx Christalle. HEX triplet: 31, 17 and 62. RGB value is (49,23,98). Sum of RGB (Red+Green+Blue) = 49+23+98=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #311762 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311762 is #CEE89D. Grayscale: #272727. Windows color (decimal): -13559966 or 6428465. OLE color: 6428465.

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

Color convert

RGB492398-
CMYK0.50.7700.62
HSL260.8º61.98%23.73%-
HSV(B)260.8º76.53%38.43%-
XYZ3.782.1511.77-
YUV39.32161.11134.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 98 (38.67% from 255) = 57.65%
R=28.82%
G=13.53%
B=57.65%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4923980.50.7700.62260.861.9823.73
Hex311762324D03E1053e18
Octal6127142621150764057630
Binary1100011011111000101100101001101011111010000010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311762; }

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

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

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

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

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

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

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

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