#330B5A

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

Shades of Christalle #330B5A

Tints of Christalle #330B5A

Color information

#330B5A (or 0x330B5A) is unknown color: approx Christalle. HEX triplet: 33, 0B and 5A. RGB value is (51,11,90). Sum of RGB (Red+Green+Blue) = 51+11+90=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #330B5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330B5A is #CCF4A5. Grayscale: #1F1F1F. Windows color (decimal): -13431974 or 5901107. OLE color: 5901107.

HSL color Cylindrical-coordinate representation of color #330B5A: hue angle of 270.38º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330B5A is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB511190-
CMYK0.430.8800.65
HSL270.38º78.22%19.8%-
HSV(B)270.38º87.78%35.29%-
XYZ3.331.689.82-
YUV31.97160.75141.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.55%
GREEN value IS 11 (4.69% from 255) = 7.24%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=33.55%
G=7.24%
B=59.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5111900.430.8800.65270.3878.2219.8
Hex33B5A2B5804110e4e14
Octal631313253130010141611624
Binary11001110111011010101011101100001000001100001110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330B5A; }

 p { color: rgb(51,11,90); }

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

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

 a { background-color: rgb(51,11,90); }

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

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

 span { border-color: rgb(51,11,90); }

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