#2a165a

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

Shades of Christalle #2A165A

Tints of Christalle #2A165A

Color information

#2A165A (or 0x2A165A) is unknown color: approx Christalle. HEX triplet: 2A, 16 and 5A. RGB value is (42,22,90). Sum of RGB (Red+Green+Blue) = 42+22+90=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A165A is #D5E9A5. Grayscale: #232323. Windows color (decimal): -14018982 or 5903914. OLE color: 5903914.

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

Color convert

RGB422290-
CMYK0.530.7600.65
HSL257.65º60.71%21.96%-
HSV(B)257.65º75.56%35.29%-
XYZ3.091.89.86-
YUV35.73158.63132.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.27%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 90 (35.55% from 255) = 58.44%
R=27.27%
G=14.29%
B=58.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4222900.530.7600.65257.6560.7121.96
Hex2A165A354C0411023d16
Octal52261326511401014027526
Binary10101010110101101011010110011000100000110000001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a165a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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