#331F68

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

Shades of Christalle #331F68

Tints of Christalle #331F68

Color information

#331F68 (or 0x331F68) is unknown color: approx Christalle. HEX triplet: 33, 1F and 68. RGB value is (51,31,104). Sum of RGB (Red+Green+Blue) = 51+31+104=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #331F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331F68 is #CCE097. Grayscale: #2D2D2D. Windows color (decimal): -13426840 or 6823731. OLE color: 6823731.

HSL color Cylindrical-coordinate representation of color #331F68: hue angle of 256.44º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #331F68 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5131104-
CMYK0.510.7000.59
HSL256.44º54.07%26.47%-
HSV(B)256.44º70.19%40.78%-
XYZ4.352.6813.39-
YUV45.3161.13132.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 31 (12.5% from 255) = 16.67%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=27.42%
G=16.67%
B=55.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51311040.510.7000.59256.4454.0726.47
Hex331F68334603B100361a
Octal6337150631060734006632
Binary1100111111111010001100111000110011101110000000011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331F68; }

 p { color: rgb(51,31,104); }

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

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

 a { background-color: rgb(51,31,104); }

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

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

 span { border-color: rgb(51,31,104); }

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