#39196C

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

Shades of Christalle #39196C

Tints of Christalle #39196C

Color information

#39196C (or 0x39196C) is unknown color: approx Christalle. HEX triplet: 39, 19 and 6C. RGB value is (57,25,108). Sum of RGB (Red+Green+Blue) = 57+25+108=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #39196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39196C is #C6E693. Grayscale: #2B2B2B. Windows color (decimal): -13035156 or 7084345. OLE color: 7084345.

HSL color Cylindrical-coordinate representation of color #39196C: hue angle of 263.13º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39196C is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5725108-
CMYK0.470.7700.58
HSL263.13º62.41%26.08%-
HSV(B)263.13º76.85%42.35%-
XYZ4.742.6514.45-
YUV44.03164.1137.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 108 (42.58% from 255) = 56.84%
R=30%
G=13.16%
B=56.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57251080.470.7700.58263.1362.4126.08
Hex39196C2F4D03A1073e1a
Octal7131154571150724077632
Binary1110011100111011001011111001101011101010000011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39196C; }

 p { color: rgb(57,25,108); }

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

<style>
 a { background-color: #39196C; }

 a { background-color: rgb(57,25,108); }

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

<style>
 span { border-color: #39196C; }

 span { border-color: rgb(57,25,108); }

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