#2A0859

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

Shades of Christalle #2A0859

Tints of Christalle #2A0859

Color information

#2A0859 (or 0x2A0859) is unknown color: approx Christalle. HEX triplet: 2A, 08 and 59. RGB value is (42,8,89). Sum of RGB (Red+Green+Blue) = 42+8+89=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A0859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0859 is #D5F7A6. Grayscale: #1B1B1B. Windows color (decimal): -14022567 or 5834794. OLE color: 5834794.

HSL color Cylindrical-coordinate representation of color #2A0859: hue angle of 265.19º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A0859 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB42889-
CMYK0.530.9100.65
HSL265.19º83.51%19.02%-
HSV(B)265.19º91.01%34.9%-
XYZ2.841.399.57-
YUV27.4162.76138.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.22%
GREEN value IS 8 (3.52% from 255) = 5.76%
BLUE value IS 89 (35.16% from 255) = 64.03%
R=30.22%
G=5.76%
B=64.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal428890.530.9100.65265.1983.5119.02
Hex2A859355B0411095413
Octal521013165133010141112423
Binary10101010001011001110101101101101000001100001001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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