#3B0959

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

Shades of Christalle #3B0959

Tints of Christalle #3B0959

Color information

#3B0959 (or 0x3B0959) is unknown color: approx Christalle. HEX triplet: 3B, 09 and 59. RGB value is (59,9,89). Sum of RGB (Red+Green+Blue) = 59+9+89=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B0959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0959 is #C4F6A6. Grayscale: #202020. Windows color (decimal): -12908199 or 5835067. OLE color: 5835067.

HSL color Cylindrical-coordinate representation of color #3B0959: hue angle of 277.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B0959 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB59989-
CMYK0.340.9000.65
HSL277.5º81.63%19.22%-
HSV(B)277.5º89.89%34.9%-
XYZ3.71.859.61-
YUV33.07159.56146.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.58%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 89 (35.16% from 255) = 56.69%
R=37.58%
G=5.73%
B=56.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal599890.340.9000.65277.581.6319.22
Hex3B959225A0411165213
Octal731113142132010142612223
Binary11101110011011001100010101101001000001100010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B0959; }

 p { color: rgb(59,9,89); }

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

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

 a { background-color: rgb(59,9,89); }

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

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

 span { border-color: rgb(59,9,89); }

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