#2A045D

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

Shades of Christalle #2A045D

Tints of Christalle #2A045D

Color information

#2A045D (or 0x2A045D) is unknown color: approx Christalle. HEX triplet: 2A, 04 and 5D. RGB value is (42,4,93). Sum of RGB (Red+Green+Blue) = 42+4+93=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A045D is #D5FBA2. Grayscale: #191919. Windows color (decimal): -14023587 or 6095914. OLE color: 6095914.

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

Color convert

RGB42493-
CMYK0.550.9600.64
HSL265.62º91.75%19.02%-
HSV(B)265.62º95.7%36.47%-
XYZ2.971.3710.46-
YUV25.51166.09139.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.22%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 93 (36.72% from 255) = 66.91%
R=30.22%
G=2.88%
B=66.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal424930.550.9600.64265.6291.7519.02
Hex2A45D376004010a5c13
Octal52413567140010041213423
Binary1010101001011101110111110000001000000100001010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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