#330960

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

Shades of Christalle #330960

Tints of Christalle #330960

Color information

#330960 (or 0x330960) is unknown color: approx Christalle. HEX triplet: 33, 09 and 60. RGB value is (51,9,96). Sum of RGB (Red+Green+Blue) = 51+9+96=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #330960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330960 is #CCF69F. Grayscale: #1F1F1F. Windows color (decimal): -13432480 or 6293811. OLE color: 6293811.

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

Color convert

RGB51996-
CMYK0.470.9100.62
HSL268.97º82.86%20.59%-
HSV(B)268.97º90.62%37.65%-
XYZ3.571.7411.21-
YUV31.48164.41141.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.69%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 96 (37.89% from 255) = 61.54%
R=32.69%
G=5.77%
B=61.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal519960.470.9100.62268.9782.8620.59
Hex339602F5B03E10d5315
Octal63111405713307641512325
Binary1100111001110000010111110110110111110100001101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330960; }

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

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

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

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

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

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

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

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