#3A1D63

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

Shades of Christalle #3A1D63

Tints of Christalle #3A1D63

Color information

#3A1D63 (or 0x3A1D63) is unknown color: approx Christalle. HEX triplet: 3A, 1D and 63. RGB value is (58,29,99). Sum of RGB (Red+Green+Blue) = 58+29+99=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A1D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1D63 is #C5E29C. Grayscale: #2D2D2D. Windows color (decimal): -12968605 or 6495546. OLE color: 6495546.

HSL color Cylindrical-coordinate representation of color #3A1D63: hue angle of 264.86º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A1D63 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB582999-
CMYK0.410.7100.61
HSL264.86º54.69%25.1%-
HSV(B)264.86º70.71%38.82%-
XYZ4.442.6812.09-
YUV45.65158.11136.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.18%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=31.18%
G=15.59%
B=53.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5829990.410.7100.61264.8654.6925.1
Hex3A1D63294703D1093719
Octal7235143511070754116731
Binary1110101110111000111010011000111011110110000100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,29,99); }

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

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

 a { background-color: rgb(58,29,99); }

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

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

 span { border-color: rgb(58,29,99); }

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