#3C255C

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

Shades of Christalle #3C255C

Tints of Christalle #3C255C

Color information

#3C255C (or 0x3C255C) is unknown color: approx Christalle. HEX triplet: 3C, 25 and 5C. RGB value is (60,37,92). Sum of RGB (Red+Green+Blue) = 60+37+92=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C255C is #C3DAA3. Grayscale: #313131. Windows color (decimal): -12835492 or 6038844. OLE color: 6038844.

HSL color Cylindrical-coordinate representation of color #3C255C: hue angle of 265.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C255C is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB603792-
CMYK0.350.6000.64
HSL265.09º42.64%25.29%-
HSV(B)265.09º59.78%36.08%-
XYZ4.463.0610.48-
YUV50.15151.62135.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 37 (14.84% from 255) = 19.58%
BLUE value IS 92 (36.33% from 255) = 48.68%
R=31.75%
G=19.58%
B=48.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6037920.350.6000.64265.0942.6425.29
Hex3C255C233C0401092b19
Octal7445134437401004115331
Binary11110010010110111001000111111000100000010000100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,37,92); }

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

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

 a { background-color: rgb(60,37,92); }

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

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

 span { border-color: rgb(60,37,92); }

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