#2a175e

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

Shades of Christalle #2A175E

Tints of Christalle #2A175E

Color information

#2A175E (or 0x2A175E) is unknown color: approx Christalle. HEX triplet: 2A, 17 and 5E. RGB value is (42,23,94). Sum of RGB (Red+Green+Blue) = 42+23+94=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A175E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A175E is #D5E8A1. Grayscale: #242424. Windows color (decimal): -14018722 or 6166314. OLE color: 6166314.

HSL color Cylindrical-coordinate representation of color #2A175E: hue angle of 256.06º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A175E is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB422394-
CMYK0.550.7600.63
HSL256.06º60.68%22.94%-
HSV(B)256.06º75.53%36.86%-
XYZ3.281.9110.79-
YUV36.78160.29131.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.42%
GREEN value IS 23 (9.38% from 255) = 14.47%
BLUE value IS 94 (37.11% from 255) = 59.12%
R=26.42%
G=14.47%
B=59.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4223940.550.7600.63256.0660.6822.94
Hex2A175E374C03F1003d17
Octal5227136671140774007527
Binary1010101011110111101101111001100011111110000000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a175e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,23,94); }

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

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

 a { background-color: rgb(42,23,94); }

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

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

 span { border-color: rgb(42,23,94); }

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