#330F61

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

Shades of Christalle #330F61

Tints of Christalle #330F61

Color information

#330F61 (or 0x330F61) is unknown color: approx Christalle. HEX triplet: 33, 0F and 61. RGB value is (51,15,97). Sum of RGB (Red+Green+Blue) = 51+15+97=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #330F61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F61 is #CCF09E. Grayscale: #222222. Windows color (decimal): -13430943 or 6360883. OLE color: 6360883.

HSL color Cylindrical-coordinate representation of color #330F61: hue angle of 266.34º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #330F61 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB511597-
CMYK0.470.8500.62
HSL266.34º73.21%21.96%-
HSV(B)266.34º84.54%38.04%-
XYZ3.691.9111.48-
YUV35.11162.93139.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 15 (6.25% from 255) = 9.20%
BLUE value IS 97 (38.28% from 255) = 59.51%
R=31.29%
G=9.20%
B=59.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5115970.470.8500.62266.3473.2121.96
Hex33F612F5503E10a4916
Octal63171415712507641211126
Binary1100111111110000110111110101010111110100001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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