#330362

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

Shades of Christalle #330362

Tints of Christalle #330362

Color information

#330362 (or 0x330362) is unknown color: approx Christalle. HEX triplet: 33, 03 and 62. RGB value is (51,3,98). Sum of RGB (Red+Green+Blue) = 51+3+98=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #330362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330362 is #CCFC9D. Grayscale: #1B1B1B. Windows color (decimal): -13434014 or 6423347. OLE color: 6423347.

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

Color convert

RGB51398-
CMYK0.480.9700.62
HSL270.32º94.06%19.8%-
HSV(B)270.32º96.94%38.43%-
XYZ3.61.6511.68-
YUV28.18167.4144.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.55%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 98 (38.67% from 255) = 64.47%
R=33.55%
G=1.97%
B=64.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal513980.480.9700.62270.3294.0619.8
Hex33362306103E10e5e14
Octal6331426014107641613624
Binary11001111110001011000011000010111110100001110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330362; }

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

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

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

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

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

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

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

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