#3A276A

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

Shades of Christalle #3A276A

Tints of Christalle #3A276A

Color information

#3A276A (or 0x3A276A) is unknown color: approx Christalle. HEX triplet: 3A, 27 and 6A. RGB value is (58,39,106). Sum of RGB (Red+Green+Blue) = 58+39+106=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A276A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A276A is #C5D895. Grayscale: #343434. Windows color (decimal): -12966038 or 6956858. OLE color: 6956858.

HSL color Cylindrical-coordinate representation of color #3A276A: hue angle of 257.01º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A276A is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5839106-
CMYK0.450.6300.58
HSL257.01º46.21%28.43%-
HSV(B)257.01º63.21%41.57%-
XYZ5.073.3914.02-
YUV52.32158.29132.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.57%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 106 (41.80% from 255) = 52.22%
R=28.57%
G=19.21%
B=52.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58391060.450.6300.58257.0146.2128.43
Hex3A276A2D3F03A1012e1c
Octal724715255770724015634
Binary1110101001111101010101101111111011101010000000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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