#3B0560

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

Shades of Christalle #3B0560

Tints of Christalle #3B0560

Color information

#3B0560 (or 0x3B0560) is unknown color: approx Christalle. HEX triplet: 3B, 05 and 60. RGB value is (59,5,96). Sum of RGB (Red+Green+Blue) = 59+5+96=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B0560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0560 is #C4FA9F. Grayscale: #1F1F1F. Windows color (decimal): -12909216 or 6292795. OLE color: 6292795.

HSL color Cylindrical-coordinate representation of color #3B0560: hue angle of 275.6º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0560 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB59596-
CMYK0.390.9500.62
HSL275.6º90.1%19.8%-
HSV(B)275.6º94.79%37.65%-
XYZ3.971.8811.22-
YUV31.52164.39147.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.88%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 96 (37.89% from 255) = 60%
R=36.88%
G=3.12%
B=60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal595960.390.9500.62275.690.119.8
Hex3B560275F03E1145a14
Octal7351404713707642413224
Binary111011101110000010011110111110111110100010100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,5,96); }

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

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

 a { background-color: rgb(59,5,96); }

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

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

 span { border-color: rgb(59,5,96); }

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