#3C025D

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

Shades of Christalle #3C025D

Tints of Christalle #3C025D

Color information

#3C025D (or 0x3C025D) is unknown color: approx Christalle. HEX triplet: 3C, 02 and 5D. RGB value is (60,2,93). Sum of RGB (Red+Green+Blue) = 60+2+93=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C025D is #C3FDA2. Grayscale: #1D1D1D. Windows color (decimal): -12844451 or 6095420. OLE color: 6095420.

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

Color convert

RGB60293-
CMYK0.350.9800.64
HSL278.24º95.79%18.63%-
HSV(B)278.24º97.85%36.47%-
XYZ3.861.7910.5-
YUV29.72163.72149.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.71%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 93 (36.72% from 255) = 60%
R=38.71%
G=1.29%
B=60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal602930.350.9800.64278.2495.7918.63
Hex3C25D23620401166013
Octal74213543142010042614023
Binary111100101011101100011110001001000000100010110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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