#3B015C

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

Shades of Christalle #3B015C

Tints of Christalle #3B015C

Color information

#3B015C (or 0x3B015C) is unknown color: approx Christalle. HEX triplet: 3B, 01 and 5C. RGB value is (59,1,92). Sum of RGB (Red+Green+Blue) = 59+1+92=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B015C is #C4FEA3. Grayscale: #1C1C1C. Windows color (decimal): -12910244 or 6029627. OLE color: 6029627.

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

Color convert

RGB59192-
CMYK0.360.9900.64
HSL278.24º97.85%18.24%-
HSV(B)278.24º98.91%36.08%-
XYZ3.751.7210.26-
YUV28.72163.72149.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.82%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 92 (36.33% from 255) = 60.53%
R=38.82%
G=0.66%
B=60.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591920.360.9900.64278.2497.8518.24
Hex3B15C24630401166212
Octal73113444143010042614222
Binary11101111011100100100110001101000000100010110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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