#3C0C69

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

Shades of Christalle #3C0C69

Tints of Christalle #3C0C69

Color information

#3C0C69 (or 0x3C0C69) is unknown color: approx Christalle. HEX triplet: 3C, 0C and 69. RGB value is (60,12,105). Sum of RGB (Red+Green+Blue) = 60+12+105=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #3C0C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0C69 is #C3F396. Grayscale: #242424. Windows color (decimal): -12841879 or 6884412. OLE color: 6884412.

HSL color Cylindrical-coordinate representation of color #3C0C69: hue angle of 270.97º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C0C69 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6012105-
CMYK0.430.8900.59
HSL270.97º79.49%22.94%-
HSV(B)270.97º88.57%41.18%-
XYZ4.542.2413.56-
YUV36.95166.4144.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.90%
GREEN value IS 12 (5.08% from 255) = 6.78%
BLUE value IS 105 (41.41% from 255) = 59.32%
R=33.90%
G=6.78%
B=59.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60121050.430.8900.59270.9779.4922.94
Hex3CC692B5903B10f4f17
Octal74141515313107341711727
Binary1111001100110100110101110110010111011100001111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,12,105); }

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

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

 a { background-color: rgb(60,12,105); }

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

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

 span { border-color: rgb(60,12,105); }

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