#2A155A

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

Shades of Christalle #2A155A

Tints of Christalle #2A155A

Color information

#2A155A (or 0x2A155A) is unknown color: approx Christalle. HEX triplet: 2A, 15 and 5A. RGB value is (42,21,90). Sum of RGB (Red+Green+Blue) = 42+21+90=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A155A is #D5EAA5. Grayscale: #222222. Windows color (decimal): -14019238 or 5903658. OLE color: 5903658.

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

Color convert

RGB422190-
CMYK0.530.7700.65
HSL258.26º62.16%21.76%-
HSV(B)258.26º76.67%35.29%-
XYZ3.071.779.85-
YUV35.14158.96132.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 90 (35.55% from 255) = 58.82%
R=27.45%
G=13.73%
B=58.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4221900.530.7700.65258.2662.1621.76
Hex2A155A354D0411023e16
Octal52251326511501014027626
Binary10101010101101101011010110011010100000110000001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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