#3A025C

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

Shades of Christalle #3A025C

Tints of Christalle #3A025C

Color information

#3A025C (or 0x3A025C) is unknown color: approx Christalle. HEX triplet: 3A, 02 and 5C. RGB value is (58,2,92). Sum of RGB (Red+Green+Blue) = 58+2+92=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 2 (1.17% from 255 or 1.32% 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 #3A025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A025C is #C5FDA3. Grayscale: #1C1C1C. Windows color (decimal): -12975524 or 6029882. OLE color: 6029882.

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

Color convert

RGB58292-
CMYK0.370.9800.64
HSL277.33º95.74%18.43%-
HSV(B)277.33º97.83%36.08%-
XYZ3.71.7210.26-
YUV29163.55148.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.16%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 92 (36.33% from 255) = 60.53%
R=38.16%
G=1.32%
B=60.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal582920.370.9800.64277.3395.7418.43
Hex3A25C25620401156012
Octal72213445142010042514022
Binary111010101011100100101110001001000000100010101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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