#3C095B

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

Shades of Christalle #3C095B

Tints of Christalle #3C095B

Color information

#3C095B (or 0x3C095B) is unknown color: approx Christalle. HEX triplet: 3C, 09 and 5B. RGB value is (60,9,91). Sum of RGB (Red+Green+Blue) = 60+9+91=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C095B is #C3F6A4. Grayscale: #212121. Windows color (decimal): -12842661 or 5966140. OLE color: 5966140.

HSL color Cylindrical-coordinate representation of color #3C095B: hue angle of 277.32º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C095B is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB60991-
CMYK0.340.9000.64
HSL277.32º82%19.61%-
HSV(B)277.32º90.11%35.69%-
XYZ3.851.9110.06-
YUV33.6160.4146.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.5%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 91 (35.94% from 255) = 56.88%
R=37.5%
G=5.62%
B=56.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal609910.340.9000.64277.328219.61
Hex3C95B225A0401155214
Octal741113342132010042512224
Binary11110010011011011100010101101001000000100010101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,9,91); }

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

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

 a { background-color: rgb(60,9,91); }

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

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

 span { border-color: rgb(60,9,91); }

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