#330760

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

Shades of Christalle #330760

Tints of Christalle #330760

Color information

#330760 (or 0x330760) is unknown color: approx Christalle. HEX triplet: 33, 07 and 60. RGB value is (51,7,96). Sum of RGB (Red+Green+Blue) = 51+7+96=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #330760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330760 is #CCF89F. Grayscale: #1D1D1D. Windows color (decimal): -13432992 or 6293299. OLE color: 6293299.

HSL color Cylindrical-coordinate representation of color #330760: hue angle of 269.66º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330760 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB51796-
CMYK0.470.9300.62
HSL269.66º86.41%20.2%-
HSV(B)269.66º92.71%37.65%-
XYZ3.551.711.21-
YUV30.3165.08142.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.12%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 96 (37.89% from 255) = 62.34%
R=33.12%
G=4.55%
B=62.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal517960.470.9300.62269.6686.4120.2
Hex337602F5D03E10e5614
Octal6371405713507641612624
Binary110011111110000010111110111010111110100001110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330760; }

 p { color: rgb(51,7,96); }

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

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

 a { background-color: rgb(51,7,96); }

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

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

 span { border-color: rgb(51,7,96); }

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