#3C065A

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

Shades of Christalle #3C065A

Tints of Christalle #3C065A

Color information

#3C065A (or 0x3C065A) is unknown color: approx Christalle. HEX triplet: 3C, 06 and 5A. RGB value is (60,6,90). Sum of RGB (Red+Green+Blue) = 60+6+90=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C065A is #C3F9A5. Grayscale: #1F1F1F. Windows color (decimal): -12843430 or 5899836. OLE color: 5899836.

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

Color convert

RGB60690-
CMYK0.330.9300.65
HSL278.57º87.5%18.82%-
HSV(B)278.57º93.33%35.29%-
XYZ3.771.839.83-
YUV31.72160.89148.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.46%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=38.46%
G=3.85%
B=57.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal606900.330.9300.65278.5787.518.82
Hex3C65A215D0411175813
Octal74613241135010142713023
Binary1111001101011010100001101110101000001100010111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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