#330B63

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

Shades of Christalle #330B63

Tints of Christalle #330B63

Color information

#330B63 (or 0x330B63) is unknown color: approx Christalle. HEX triplet: 33, 0B and 63. RGB value is (51,11,99). Sum of RGB (Red+Green+Blue) = 51+11+99=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 99 (39.06% from 255 or 61.49% from 161); Max value from RGB is 99 - color contains mainly: blue. Hex color #330B63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330B63 is #CCF49C. Grayscale: #202020. Windows color (decimal): -13431965 or 6490931. OLE color: 6490931.

HSL color Cylindrical-coordinate representation of color #330B63: hue angle of 267.27º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #330B63 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB511199-
CMYK0.480.8900.61
HSL267.27º80%21.57%-
HSV(B)267.27º88.89%38.82%-
XYZ3.741.8411.96-
YUV32.99165.25140.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.68%
GREEN value IS 11 (4.69% from 255) = 6.83%
BLUE value IS 99 (39.06% from 255) = 61.49%
R=31.68%
G=6.83%
B=61.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5111990.480.8900.61267.278021.57
Hex33B63305903D10b5016
Octal63131436013107541312026
Binary1100111011110001111000010110010111101100001011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,11,99); }

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

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

 a { background-color: rgb(51,11,99); }

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

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

 span { border-color: rgb(51,11,99); }

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