#3B0A63

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

Shades of Christalle #3B0A63

Tints of Christalle #3B0A63

Color information

#3B0A63 (or 0x3B0A63) is unknown color: approx Christalle. HEX triplet: 3B, 0A and 63. RGB value is (59,10,99). Sum of RGB (Red+Green+Blue) = 59+10+99=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B0A63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0A63 is #C4F59C. Grayscale: #222222. Windows color (decimal): -12907933 or 6490683. OLE color: 6490683.

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

Color convert

RGB591099-
CMYK0.400.9000.61
HSL273.03º81.65%21.37%-
HSV(B)273.03º89.9%38.82%-
XYZ4.162.0511.98-
YUV34.8164.23145.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.12%
GREEN value IS 10 (4.30% from 255) = 5.95%
BLUE value IS 99 (39.06% from 255) = 58.93%
R=35.12%
G=5.95%
B=58.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5910990.400.9000.61273.0381.6521.37
Hex3BA63285A03D1115215
Octal73121435013207542112225
Binary1110111010110001110100010110100111101100010001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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