#330F65

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

Shades of Christalle #330F65

Tints of Christalle #330F65

Color information

#330F65 (or 0x330F65) is unknown color: approx Christalle. HEX triplet: 33, 0F and 65. RGB value is (51,15,101). Sum of RGB (Red+Green+Blue) = 51+15+101=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #330F65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F65 is #CCF09A. Grayscale: #232323. Windows color (decimal): -13430939 or 6623027. OLE color: 6623027.

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

Color convert

RGB5115101-
CMYK0.500.8500.60
HSL265.12º74.14%22.75%-
HSV(B)265.12º85.15%39.61%-
XYZ3.891.9912.49-
YUV35.57164.93139.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.54%
GREEN value IS 15 (6.25% from 255) = 8.98%
BLUE value IS 101 (39.84% from 255) = 60.48%
R=30.54%
G=8.98%
B=60.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51151010.500.8500.60265.1274.1422.75
Hex33F65325503C1094a17
Octal63171456212507441111227
Binary1100111111110010111001010101010111100100001001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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