#331467

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

Shades of Christalle #331467

Tints of Christalle #331467

Color information

#331467 (or 0x331467) is unknown color: approx Christalle. HEX triplet: 33, 14 and 67. RGB value is (51,20,103). Sum of RGB (Red+Green+Blue) = 51+20+103=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #331467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331467 is #CCEB98. Grayscale: #262626. Windows color (decimal): -13429657 or 6755379. OLE color: 6755379.

HSL color Cylindrical-coordinate representation of color #331467: hue angle of 262.41º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331467 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5120103-
CMYK0.500.8100.60
HSL262.41º67.48%24.12%-
HSV(B)262.41º80.58%40.39%-
XYZ4.062.1813.04-
YUV38.73164.27136.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.31%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 103 (40.62% from 255) = 59.20%
R=29.31%
G=11.49%
B=59.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51201030.500.8100.60262.4167.4824.12
Hex331467325103C1064318
Octal63241476212107440610330
Binary11001110100110011111001010100010111100100000110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331467; }

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

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

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

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

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

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

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

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