#3C085B

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

Shades of Christalle #3C085B

Tints of Christalle #3C085B

Color information

#3C085B (or 0x3C085B) is unknown color: approx Christalle. HEX triplet: 3C, 08 and 5B. RGB value is (60,8,91). Sum of RGB (Red+Green+Blue) = 60+8+91=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C085B is #C3F7A4. Grayscale: #202020. Windows color (decimal): -12842917 or 5965884. OLE color: 5965884.

HSL color Cylindrical-coordinate representation of color #3C085B: hue angle of 277.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C085B is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB60891-
CMYK0.340.9100.64
HSL277.59º83.84%19.41%-
HSV(B)277.59º91.21%35.69%-
XYZ3.841.8910.06-
YUV33.01160.73147.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.74%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 91 (35.94% from 255) = 57.23%
R=37.74%
G=5.03%
B=57.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal608910.340.9100.64277.5983.8419.41
Hex3C85B225B0401165413
Octal741013342133010042612423
Binary11110010001011011100010101101101000000100010110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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