#3A295E

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

Shades of Christalle #3A295E

Tints of Christalle #3A295E

Color information

#3A295E (or 0x3A295E) is unknown color: approx Christalle. HEX triplet: 3A, 29 and 5E. RGB value is (58,41,94). Sum of RGB (Red+Green+Blue) = 58+41+94=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A295E is #C5D6A1. Grayscale: #333333. Windows color (decimal): -12965538 or 6170938. OLE color: 6170938.

HSL color Cylindrical-coordinate representation of color #3A295E: hue angle of 259.25º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A295E is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB584194-
CMYK0.380.5600.63
HSL259.25º39.26%26.47%-
HSV(B)259.25º56.38%36.86%-
XYZ4.563.2910.99-
YUV52.12151.63132.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.05%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 94 (37.11% from 255) = 48.70%
R=30.05%
G=21.24%
B=48.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5841940.380.5600.63259.2539.2626.47
Hex3A295E263803F103271a
Octal725113646700774034732
Binary1110101010011011110100110111000011111110000001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,41,94); }

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

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

 a { background-color: rgb(58,41,94); }

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

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

 span { border-color: rgb(58,41,94); }

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