#330358

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

Shades of Christalle #330358

Tints of Christalle #330358

Color information

#330358 (or 0x330358) is unknown color: approx Christalle. HEX triplet: 33, 03 and 58. RGB value is (51,3,88). Sum of RGB (Red+Green+Blue) = 51+3+88=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #330358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330358 is #CCFCA7. Grayscale: #1A1A1A. Windows color (decimal): -13434024 or 5767987. OLE color: 5767987.

HSL color Cylindrical-coordinate representation of color #330358: hue angle of 273.88º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330358 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB51388-
CMYK0.420.9700.65
HSL273.88º93.41%17.84%-
HSV(B)273.88º96.59%34.51%-
XYZ3.161.479.35-
YUV27.04162.4145.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 88 (34.77% from 255) = 61.97%
R=35.92%
G=2.11%
B=61.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal513880.420.9700.65273.8893.4117.84
Hex333582A610411125d12
Octal63313052141010142213522
Binary110011111011000101010110000101000001100010010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330358; }

 p { color: rgb(51,3,88); }

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

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

 a { background-color: rgb(51,3,88); }

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

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

 span { border-color: rgb(51,3,88); }

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