#3C185A

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

Shades of Christalle #3C185A

Tints of Christalle #3C185A

Color information

#3C185A (or 0x3C185A) is unknown color: approx Christalle. HEX triplet: 3C, 18 and 5A. RGB value is (60,24,90). Sum of RGB (Red+Green+Blue) = 60+24+90=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C185A is #C3E7A5. Grayscale: #2A2A2A. Windows color (decimal): -12838822 or 5904444. OLE color: 5904444.

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

Color convert

RGB602490-
CMYK0.330.7300.65
HSL272.73º57.89%22.35%-
HSV(B)272.73º73.33%35.29%-
XYZ4.042.359.91-
YUV42.29154.93140.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.48%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=34.48%
G=13.79%
B=51.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6024900.330.7300.65272.7357.8922.35
Hex3C185A21490411113a16
Octal74301324111101014217226
Binary11110011000101101010000110010010100000110001000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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