#331E61

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

Shades of Christalle #331E61

Tints of Christalle #331E61

Color information

#331E61 (or 0x331E61) is unknown color: approx Christalle. HEX triplet: 33, 1E and 61. RGB value is (51,30,97). Sum of RGB (Red+Green+Blue) = 51+30+97=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #331E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331E61 is #CCE19E. Grayscale: #2B2B2B. Windows color (decimal): -13427103 or 6364723. OLE color: 6364723.

HSL color Cylindrical-coordinate representation of color #331E61: hue angle of 258.81º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331E61 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB513097-
CMYK0.470.6900.62
HSL258.81º52.76%24.9%-
HSV(B)258.81º69.07%38.04%-
XYZ3.992.511.58-
YUV43.92157.96133.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.65%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 97 (38.28% from 255) = 54.49%
R=28.65%
G=16.85%
B=54.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5130970.470.6900.62258.8152.7624.9
Hex331E612F4503E1033519
Octal6336141571050764036531
Binary1100111111011000011011111000101011111010000001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,30,97); }

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

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

 a { background-color: rgb(51,30,97); }

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

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

 span { border-color: rgb(51,30,97); }

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