#3A196D

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

Shades of Christalle #3A196D

Tints of Christalle #3A196D

Color information

#3A196D (or 0x3A196D) is unknown color: approx Christalle. HEX triplet: 3A, 19 and 6D. RGB value is (58,25,109). Sum of RGB (Red+Green+Blue) = 58+25+109=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A196D is #C5E692. Grayscale: #2C2C2C. Windows color (decimal): -12969619 or 7149882. OLE color: 7149882.

HSL color Cylindrical-coordinate representation of color #3A196D: hue angle of 263.57º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A196D is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5825109-
CMYK0.470.7700.57
HSL263.57º62.69%26.27%-
HSV(B)263.57º77.06%42.75%-
XYZ4.852.714.73-
YUV44.44164.43137.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.21%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 109 (42.97% from 255) = 56.77%
R=30.21%
G=13.02%
B=56.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58251090.470.7700.57263.5762.6926.27
Hex3A196D2F4D0391083f1a
Octal7231155571150714107732
Binary1110101100111011011011111001101011100110000100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,25,109); }

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

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

 a { background-color: rgb(58,25,109); }

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

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

 span { border-color: rgb(58,25,109); }

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