#3B0563

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

Shades of Christalle #3B0563

Tints of Christalle #3B0563

Color information

#3B0563 (or 0x3B0563) is unknown color: approx Christalle. HEX triplet: 3B, 05 and 63. RGB value is (59,5,99). Sum of RGB (Red+Green+Blue) = 59+5+99=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B0563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0563 is #C4FA9C. Grayscale: #1F1F1F. Windows color (decimal): -12909213 or 6489403. OLE color: 6489403.

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

Color convert

RGB59599-
CMYK0.400.9500.61
HSL274.47º90.38%20.39%-
HSV(B)274.47º94.95%38.82%-
XYZ4.111.9411.96-
YUV31.86165.89147.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.20%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 99 (39.06% from 255) = 60.74%
R=36.20%
G=3.07%
B=60.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal595990.400.9500.61274.4790.3820.39
Hex3B563285F03D1125a14
Octal7351435013707542213224
Binary111011101110001110100010111110111101100010010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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