#2A0256

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

Shades of Christalle #2A0256

Tints of Christalle #2A0256

Color information

#2A0256 (or 0x2A0256) is unknown color: approx Christalle. HEX triplet: 2A, 02 and 56. RGB value is (42,2,86). Sum of RGB (Red+Green+Blue) = 42+2+86=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 86 (33.98% from 255 or 66.15% from 130); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A0256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0256 is #D5FDA9. Grayscale: #171717. Windows color (decimal): -14024106 or 5636650. OLE color: 5636650.

HSL color Cylindrical-coordinate representation of color #2A0256: hue angle of 268.57º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0256 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB42286-
CMYK0.510.9800.66
HSL268.57º95.45%17.25%-
HSV(B)268.57º97.67%33.73%-
XYZ2.661.218.9-
YUV23.54163.25141.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.31%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 86 (33.98% from 255) = 66.15%
R=32.31%
G=1.54%
B=66.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal422860.510.9800.66268.5795.4517.25
Hex2A256336204210d5f11
Octal52212663142010241513721
Binary101010101010110110011110001001000010100001101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,2,86); }

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

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

 a { background-color: rgb(42,2,86); }

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

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

 span { border-color: rgb(42,2,86); }

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