#2A085A

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

Shades of Christalle #2A085A

Tints of Christalle #2A085A

Color information

#2A085A (or 0x2A085A) is unknown color: approx Christalle. HEX triplet: 2A, 08 and 5A. RGB value is (42,8,90). Sum of RGB (Red+Green+Blue) = 42+8+90=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A085A is #D5F7A5. Grayscale: #1B1B1B. Windows color (decimal): -14022566 or 5900330. OLE color: 5900330.

HSL color Cylindrical-coordinate representation of color #2A085A: hue angle of 264.88º 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 #2A085A is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB42890-
CMYK0.530.9100.65
HSL264.88º83.67%19.22%-
HSV(B)264.88º91.11%35.29%-
XYZ2.891.49.79-
YUV27.51163.26138.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 90 (35.55% from 255) = 64.29%
R=30%
G=5.71%
B=64.29%

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
Decimal428900.530.9100.65264.8883.6719.22
Hex2A85A355B0411095413
Octal521013265133010141112423
Binary10101010001011010110101101101101000001100001001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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