#3A015C

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

Shades of Christalle #3A015C

Tints of Christalle #3A015C

Color information

#3A015C (or 0x3A015C) is unknown color: approx Christalle. HEX triplet: 3A, 01 and 5C. RGB value is (58,1,92). Sum of RGB (Red+Green+Blue) = 58+1+92=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A015C is #C5FEA3. Grayscale: #1C1C1C. Windows color (decimal): -12975780 or 6029626. OLE color: 6029626.

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

Color convert

RGB58192-
CMYK0.370.9900.64
HSL277.58º97.85%18.24%-
HSV(B)277.58º98.91%36.08%-
XYZ3.691.6910.26-
YUV28.42163.88149.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.41%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 92 (36.33% from 255) = 60.93%
R=38.41%
G=0.66%
B=60.93%

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
Decimal581920.370.9900.64277.5897.8518.24
Hex3A15C25630401166212
Octal72113445143010042614222
Binary11101011011100100101110001101000000100010110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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