#2A0E5D

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

Shades of Christalle #2A0E5D

Tints of Christalle #2A0E5D

Color information

#2A0E5D (or 0x2A0E5D) is unknown color: approx Christalle. HEX triplet: 2A, 0E and 5D. RGB value is (42,14,93). Sum of RGB (Red+Green+Blue) = 42+14+93=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A0E5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0E5D is #D5F1A2. Grayscale: #1F1F1F. Windows color (decimal): -14021027 or 6098474. OLE color: 6098474.

HSL color Cylindrical-coordinate representation of color #2A0E5D: hue angle of 261.27º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A0E5D is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB421493-
CMYK0.550.8500.64
HSL261.27º73.83%20.98%-
HSV(B)261.27º84.95%36.47%-
XYZ3.091.610.5-
YUV31.38162.78135.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.19%
GREEN value IS 14 (5.86% from 255) = 9.40%
BLUE value IS 93 (36.72% from 255) = 62.42%
R=28.19%
G=9.40%
B=62.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4214930.550.8500.64261.2773.8320.98
Hex2AE5D37550401054a15
Octal521613567125010040511225
Binary10101011101011101110111101010101000000100000101100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,14,93); }

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

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

 a { background-color: rgb(42,14,93); }

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

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

 span { border-color: rgb(42,14,93); }

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