#2A155E

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

Shades of Christalle #2A155E

Tints of Christalle #2A155E

Color information

#2A155E (or 0x2A155E) is unknown color: approx Christalle. HEX triplet: 2A, 15 and 5E. RGB value is (42,21,94). Sum of RGB (Red+Green+Blue) = 42+21+94=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A155E is #D5EAA1. Grayscale: #232323. Windows color (decimal): -14019234 or 6165802. OLE color: 6165802.

HSL color Cylindrical-coordinate representation of color #2A155E: hue angle of 257.26º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A155E is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB422194-
CMYK0.550.7800.63
HSL257.26º63.48%22.55%-
HSV(B)257.26º77.66%36.86%-
XYZ3.241.8410.77-
YUV35.6160.96132.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.75%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 94 (37.11% from 255) = 59.87%
R=26.75%
G=13.38%
B=59.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4221940.550.7800.63257.2663.4822.55
Hex2A155E374E03F1013f17
Octal5225136671160774017727
Binary1010101010110111101101111001110011111110000000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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