#3A156D

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

Shades of Christalle #3A156D

Tints of Christalle #3A156D

Color information

#3A156D (or 0x3A156D) is unknown color: approx Christalle. HEX triplet: 3A, 15 and 6D. RGB value is (58,21,109). Sum of RGB (Red+Green+Blue) = 58+21+109=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A156D is #C5EA92. Grayscale: #292929. Windows color (decimal): -12970643 or 7148858. OLE color: 7148858.

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

Color convert

RGB5821109-
CMYK0.470.8100.57
HSL265.23º67.69%25.49%-
HSV(B)265.23º80.73%42.75%-
XYZ4.772.5414.71-
YUV42.1165.76139.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 21 (8.59% from 255) = 11.17%
BLUE value IS 109 (42.97% from 255) = 57.98%
R=30.85%
G=11.17%
B=57.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58211090.470.8100.57265.2367.6925.49
Hex3A156D2F510391094419
Octal72251555712107141110431
Binary11101010101110110110111110100010111001100001001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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