#331D67

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

Shades of Christalle #331D67

Tints of Christalle #331D67

Color information

#331D67 (or 0x331D67) is unknown color: approx Christalle. HEX triplet: 33, 1D and 67. RGB value is (51,29,103). Sum of RGB (Red+Green+Blue) = 51+29+103=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 103 (40.62% from 255 or 56.28% from 183); Max value from RGB is 103 - color contains mainly: blue. Hex color #331D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331D67 is #CCE298. Grayscale: #2B2B2B. Windows color (decimal): -13427353 or 6757683. OLE color: 6757683.

HSL color Cylindrical-coordinate representation of color #331D67: hue angle of 257.84º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #331D67 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5129103-
CMYK0.500.7200.60
HSL257.84º56.06%25.88%-
HSV(B)257.84º71.84%40.39%-
XYZ4.252.5613.1-
YUV44.01161.29132.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.87%
GREEN value IS 29 (11.72% from 255) = 15.85%
BLUE value IS 103 (40.62% from 255) = 56.28%
R=27.87%
G=15.85%
B=56.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51291030.500.7200.60257.8456.0625.88
Hex331D67324803C102381a
Octal6335147621100744027032
Binary1100111110111001111100101001000011110010000001011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,29,103); }

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

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

 a { background-color: rgb(51,29,103); }

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

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

 span { border-color: rgb(51,29,103); }

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