#3A2466

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

Shades of Christalle #3A2466

Tints of Christalle #3A2466

Color information

#3A2466 (or 0x3A2466) is unknown color: approx Christalle. HEX triplet: 3A, 24 and 66. RGB value is (58,36,102). Sum of RGB (Red+Green+Blue) = 58+36+102=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A2466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2466 is #C5DB99. Grayscale: #313131. Windows color (decimal): -12966810 or 6693946. OLE color: 6693946.

HSL color Cylindrical-coordinate representation of color #3A2466: hue angle of 260º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A2466 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5836102-
CMYK0.430.6500.6
HSL260º47.83%27.06%-
HSV(B)260º64.71%40%-
XYZ4.773.1212.92-
YUV50.1157.29133.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.59%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 102 (40.23% from 255) = 52.04%
R=29.59%
G=18.37%
B=52.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal58361020.430.6500.626047.8327.06
Hex3A24662B4103C104301b
Octal7244146531010744046033
Binary11101010010011001101010111000001011110010000010011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,36,102); }

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

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

 a { background-color: rgb(58,36,102); }

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

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

 span { border-color: rgb(58,36,102); }

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