#3A196E

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

Shades of Christalle #3A196E

Tints of Christalle #3A196E

Color information

#3A196E (or 0x3A196E) is unknown color: approx Christalle. HEX triplet: 3A, 19 and 6E. RGB value is (58,25,110). Sum of RGB (Red+Green+Blue) = 58+25+110=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A196E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A196E is #C5E691. Grayscale: #2C2C2C. Windows color (decimal): -12969618 or 7215418. OLE color: 7215418.

HSL color Cylindrical-coordinate representation of color #3A196E: hue angle of 263.29º 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 #3A196E is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5825110-
CMYK0.470.7700.57
HSL263.29º62.96%26.47%-
HSV(B)263.29º77.27%43.14%-
XYZ4.912.7215.02-
YUV44.56164.93137.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.05%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 110 (43.36% from 255) = 56.99%
R=30.05%
G=12.95%
B=56.99%

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
Decimal58251100.470.7700.57263.2962.9626.47
Hex3A196E2F4D0391073f1a
Octal7231156571150714077732
Binary1110101100111011101011111001101011100110000011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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