#2A115A

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

Shades of Christalle #2A115A

Tints of Christalle #2A115A

Color information

#2A115A (or 0x2A115A) is unknown color: approx Christalle. HEX triplet: 2A, 11 and 5A. RGB value is (42,17,90). Sum of RGB (Red+Green+Blue) = 42+17+90=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A115A is #D5EEA5. Grayscale: #202020. Windows color (decimal): -14020262 or 5902634. OLE color: 5902634.

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

Color convert

RGB421790-
CMYK0.530.8100.65
HSL260.55º68.22%20.98%-
HSV(B)260.55º81.11%35.29%-
XYZ31.639.83-
YUV32.8160.28134.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.19%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 90 (35.55% from 255) = 60.40%
R=28.19%
G=11.41%
B=60.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4217900.530.8100.65260.5568.2220.98
Hex2A115A35510411054415
Octal522113265121010140510425
Binary101010100011011010110101101000101000001100000101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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