#3A1B6A

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

Shades of Christalle #3A1B6A

Tints of Christalle #3A1B6A

Color information

#3A1B6A (or 0x3A1B6A) is unknown color: approx Christalle. HEX triplet: 3A, 1B and 6A. RGB value is (58,27,106). Sum of RGB (Red+Green+Blue) = 58+27+106=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A1B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1B6A is #C5E495. Grayscale: #2C2C2C. Windows color (decimal): -12969110 or 6953786. OLE color: 6953786.

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

Color convert

RGB5827106-
CMYK0.450.7500.58
HSL263.54º59.4%26.08%-
HSV(B)263.54º74.53%41.57%-
XYZ4.742.7213.91-
YUV45.27162.27137.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.37%
GREEN value IS 27 (10.94% from 255) = 14.14%
BLUE value IS 106 (41.80% from 255) = 55.50%
R=30.37%
G=14.14%
B=55.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58271060.450.7500.58263.5459.426.08
Hex3A1B6A2D4B03A1083b1a
Octal7233152551130724107332
Binary1110101101111010101011011001011011101010000100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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