#330761

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

Shades of Christalle #330761

Tints of Christalle #330761

Color information

#330761 (or 0x330761) is unknown color: approx Christalle. HEX triplet: 33, 07 and 61. RGB value is (51,7,97). Sum of RGB (Red+Green+Blue) = 51+7+97=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #330761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330761 is #CCF89E. Grayscale: #1E1E1E. Windows color (decimal): -13432991 or 6358835. OLE color: 6358835.

HSL color Cylindrical-coordinate representation of color #330761: hue angle of 269.33º degrees, saturation: 0.87, 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 #330761 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB51797-
CMYK0.470.9300.62
HSL269.33º86.54%20.39%-
HSV(B)269.33º92.78%38.04%-
XYZ3.61.7211.45-
YUV30.42165.58142.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.90%
GREEN value IS 7 (3.12% from 255) = 4.52%
BLUE value IS 97 (38.28% from 255) = 62.58%
R=32.90%
G=4.52%
B=62.58%

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
Decimal517970.470.9300.62269.3386.5420.39
Hex337612F5D03E10d5714
Octal6371415713507641512724
Binary110011111110000110111110111010111110100001101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330761; }

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

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

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

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

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

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

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

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