#3B015B

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

Shades of Christalle #3B015B

Tints of Christalle #3B015B

Color information

#3B015B (or 0x3B015B) is unknown color: approx Christalle. HEX triplet: 3B, 01 and 5B. RGB value is (59,1,91). Sum of RGB (Red+Green+Blue) = 59+1+91=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B015B is #C4FEA4. Grayscale: #1C1C1C. Windows color (decimal): -12910245 or 5964091. OLE color: 5964091.

HSL color Cylindrical-coordinate representation of color #3B015B: hue angle of 278.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B015B is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB59191-
CMYK0.350.9900.64
HSL278.67º97.83%18.04%-
HSV(B)278.67º98.9%35.69%-
XYZ3.71.7110.03-
YUV28.6163.22149.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.07%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 91 (35.94% from 255) = 60.26%
R=39.07%
G=0.66%
B=60.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591910.350.9900.64278.6797.8318.04
Hex3B15B23630401176212
Octal73113343143010042714222
Binary11101111011011100011110001101000000100010111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,1,91); }

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

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

 a { background-color: rgb(59,1,91); }

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

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

 span { border-color: rgb(59,1,91); }

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