#3C025E

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

Shades of Christalle #3C025E

Tints of Christalle #3C025E

Color information

#3C025E (or 0x3C025E) is unknown color: approx Christalle. HEX triplet: 3C, 02 and 5E. RGB value is (60,2,94). Sum of RGB (Red+Green+Blue) = 60+2+94=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C025E is #C3FDA1. Grayscale: #1D1D1D. Windows color (decimal): -12844450 or 6160956. OLE color: 6160956.

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

Color convert

RGB60294-
CMYK0.360.9800.63
HSL277.83º95.83%18.82%-
HSV(B)277.83º97.87%36.86%-
XYZ3.911.8110.73-
YUV29.83164.22149.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.46%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 94 (37.11% from 255) = 60.26%
R=38.46%
G=1.28%
B=60.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal602940.360.9800.63277.8395.8318.82
Hex3C25E246203F1166013
Octal7421364414207742614023
Binary11110010101111010010011000100111111100010110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,2,94); }

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

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

 a { background-color: rgb(60,2,94); }

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

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

 span { border-color: rgb(60,2,94); }

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