#3C275A

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

Shades of Christalle #3C275A

Tints of Christalle #3C275A

Color information

#3C275A (or 0x3C275A) is unknown color: approx Christalle. HEX triplet: 3C, 27 and 5A. RGB value is (60,39,90). Sum of RGB (Red+Green+Blue) = 60+39+90=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C275A is #C3D8A5. Grayscale: #323232. Windows color (decimal): -12834982 or 5908284. OLE color: 5908284.

HSL color Cylindrical-coordinate representation of color #3C275A: hue angle of 264.71º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C275A is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB603990-
CMYK0.330.5700.65
HSL264.71º39.53%25.29%-
HSV(B)264.71º56.67%35.29%-
XYZ4.433.1510.05-
YUV51.09149.96134.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 39 (15.62% from 255) = 20.63%
BLUE value IS 90 (35.55% from 255) = 47.62%
R=31.75%
G=20.63%
B=47.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6039900.330.5700.65264.7139.5325.29
Hex3C275A21390411092819
Octal7447132417101014115031
Binary11110010011110110101000011110010100000110000100110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,39,90); }

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

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

 a { background-color: rgb(60,39,90); }

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

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

 span { border-color: rgb(60,39,90); }

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