#331F6C

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

Shades of Christalle #331F6C

Tints of Christalle #331F6C

Color information

#331F6C (or 0x331F6C) is unknown color: approx Christalle. HEX triplet: 33, 1F and 6C. RGB value is (51,31,108). Sum of RGB (Red+Green+Blue) = 51+31+108=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #331F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331F6C is #CCE093. Grayscale: #2D2D2D. Windows color (decimal): -13426836 or 7085875. OLE color: 7085875.

HSL color Cylindrical-coordinate representation of color #331F6C: hue angle of 255.58º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #331F6C is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5131108-
CMYK0.530.7100.58
HSL255.58º55.4%27.25%-
HSV(B)255.58º71.3%42.35%-
XYZ4.562.7714.48-
YUV45.76163.13131.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.84%
GREEN value IS 31 (12.5% from 255) = 16.32%
BLUE value IS 108 (42.58% from 255) = 56.84%
R=26.84%
G=16.32%
B=56.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51311080.530.7100.58255.5855.427.25
Hex331F6C354703A100371b
Octal6337154651070724006733
Binary1100111111111011001101011000111011101010000000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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