#330F5D

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

Shades of Christalle #330F5D

Tints of Christalle #330F5D

Color information

#330F5D (or 0x330F5D) is unknown color: approx Christalle. HEX triplet: 33, 0F and 5D. RGB value is (51,15,93). Sum of RGB (Red+Green+Blue) = 51+15+93=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #330F5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F5D is #CCF0A2. Grayscale: #222222. Windows color (decimal): -13430947 or 6098739. OLE color: 6098739.

HSL color Cylindrical-coordinate representation of color #330F5D: hue angle of 267.69º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330F5D is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB511593-
CMYK0.450.8400.64
HSL267.69º72.22%21.18%-
HSV(B)267.69º83.87%36.47%-
XYZ3.511.8410.53-
YUV34.66160.93139.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.08%
GREEN value IS 15 (6.25% from 255) = 9.43%
BLUE value IS 93 (36.72% from 255) = 58.49%
R=32.08%
G=9.43%
B=58.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5115930.450.8400.64267.6972.2221.18
Hex33F5D2D5404010c4815
Octal631713555124010041411025
Binary11001111111011101101101101010001000000100001100100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330F5D; }

 p { color: rgb(51,15,93); }

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

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

 a { background-color: rgb(51,15,93); }

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

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

 span { border-color: rgb(51,15,93); }

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