#330261

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

Shades of Christalle #330261

Tints of Christalle #330261

Color information

#330261 (or 0x330261) is unknown color: approx Christalle. HEX triplet: 33, 02 and 61. RGB value is (51,2,97). Sum of RGB (Red+Green+Blue) = 51+2+97=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #330261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330261 is #CCFD9E. Grayscale: #1B1B1B. Windows color (decimal): -13434271 or 6357555. OLE color: 6357555.

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

Color convert

RGB51297-
CMYK0.470.9800.62
HSL270.95º95.96%19.41%-
HSV(B)270.95º97.94%38.04%-
XYZ3.541.6111.43-
YUV27.48167.23144.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34%
GREEN value IS 2 (1.17% from 255) = 1.33%
BLUE value IS 97 (38.28% from 255) = 64.67%
R=34%
G=1.33%
B=64.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal512970.470.9800.62270.9595.9619.41
Hex332612F6203E10f6013
Octal6321415714207641714023
Binary11001110110000110111111000100111110100001111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330261; }

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

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

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

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

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

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

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

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