#331067

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

Shades of Christalle #331067

Tints of Christalle #331067

Color information

#331067 (or 0x331067) is unknown color: approx Christalle. HEX triplet: 33, 10 and 67. RGB value is (51,16,103). Sum of RGB (Red+Green+Blue) = 51+16+103=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #331067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331067 is #CCEF98. Grayscale: #242424. Windows color (decimal): -13430681 or 6754355. OLE color: 6754355.

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

Color convert

RGB5116103-
CMYK0.500.8400.60
HSL264.14º73.11%23.33%-
HSV(B)264.14º84.47%40.39%-
XYZ42.0513.02-
YUV36.38165.6138.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 103 (40.62% from 255) = 60.59%
R=30%
G=9.41%
B=60.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51161030.500.8400.60264.1473.1123.33
Hex331067325403C1084917
Octal63201476212407441011127
Binary11001110000110011111001010101000111100100001000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331067; }

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

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

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

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

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

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

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

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