#3B0F63

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

Shades of Christalle #3B0F63

Tints of Christalle #3B0F63

Color information

#3B0F63 (or 0x3B0F63) is unknown color: approx Christalle. HEX triplet: 3B, 0F and 63. RGB value is (59,15,99). Sum of RGB (Red+Green+Blue) = 59+15+99=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B0F63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0F63 is #C4F09C. Grayscale: #252525. Windows color (decimal): -12906653 or 6491963. OLE color: 6491963.

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

Color convert

RGB591599-
CMYK0.400.8500.61
HSL271.43º73.68%22.35%-
HSV(B)271.43º84.85%38.82%-
XYZ4.232.1712-
YUV37.73162.58143.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.10%
GREEN value IS 15 (6.25% from 255) = 8.67%
BLUE value IS 99 (39.06% from 255) = 57.23%
R=34.10%
G=8.67%
B=57.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5915990.400.8500.61271.4373.6822.35
Hex3BF63285503D10f4a16
Octal73171435012507541711226
Binary1110111111110001110100010101010111101100001111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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