#3A156A

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

Shades of Christalle #3A156A

Tints of Christalle #3A156A

Color information

#3A156A (or 0x3A156A) is unknown color: approx Christalle. HEX triplet: 3A, 15 and 6A. RGB value is (58,21,106). Sum of RGB (Red+Green+Blue) = 58+21+106=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 106 (41.80% from 255 or 57.30% from 185); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A156A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A156A is #C5EA95. Grayscale: #292929. Windows color (decimal): -12970646 or 6952250. OLE color: 6952250.

HSL color Cylindrical-coordinate representation of color #3A156A: hue angle of 266.12º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A156A is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5821106-
CMYK0.450.8000.58
HSL266.12º66.93%24.9%-
HSV(B)266.12º80.19%41.57%-
XYZ4.612.4813.87-
YUV41.75164.26139.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 106 (41.80% from 255) = 57.30%
R=31.35%
G=11.35%
B=57.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58211060.450.8000.58266.1266.9324.9
Hex3A156A2D5003A10a4319
Octal72251525512007241210331
Binary11101010101110101010110110100000111010100001010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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