#3B015D

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

Shades of Christalle #3B015D

Tints of Christalle #3B015D

Color information

#3B015D (or 0x3B015D) is unknown color: approx Christalle. HEX triplet: 3B, 01 and 5D. RGB value is (59,1,93). Sum of RGB (Red+Green+Blue) = 59+1+93=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B015D is #C4FEA2. Grayscale: #1C1C1C. Windows color (decimal): -12910243 or 6095163. OLE color: 6095163.

HSL color Cylindrical-coordinate representation of color #3B015D: hue angle of 277.83º 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 #3B015D is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB59193-
CMYK0.370.9900.64
HSL277.83º97.87%18.43%-
HSV(B)277.83º98.92%36.47%-
XYZ3.791.7410.49-
YUV28.83164.22149.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.56%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 93 (36.72% from 255) = 60.78%
R=38.56%
G=0.65%
B=60.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591930.370.9900.64277.8397.8718.43
Hex3B15D25630401166212
Octal73113545143010042614222
Binary11101111011101100101110001101000000100010110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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