#2A1259

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

Shades of Christalle #2A1259

Tints of Christalle #2A1259

Color information

#2A1259 (or 0x2A1259) is unknown color: approx Christalle. HEX triplet: 2A, 12 and 59. RGB value is (42,18,89). Sum of RGB (Red+Green+Blue) = 42+18+89=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A1259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1259 is #D5EDA6. Grayscale: #212121. Windows color (decimal): -14020007 or 5837354. OLE color: 5837354.

HSL color Cylindrical-coordinate representation of color #2A1259: hue angle of 260.28º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A1259 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB421889-
CMYK0.530.8000.65
HSL260.28º66.36%20.98%-
HSV(B)260.28º79.78%34.9%-
XYZ2.971.659.61-
YUV33.27159.45134.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.19%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 89 (35.16% from 255) = 59.73%
R=28.19%
G=12.08%
B=59.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4218890.530.8000.65260.2866.3620.98
Hex2A125935500411044215
Octal522213165120010140410225
Binary101010100101011001110101101000001000001100000100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A1259; }

 p { color: rgb(42,18,89); }

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

<style>
 a { background-color: #2A1259; }

 a { background-color: rgb(42,18,89); }

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

<style>
 span { border-color: #2A1259; }

 span { border-color: rgb(42,18,89); }

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