#2A095C

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

Shades of Christalle #2A095C

Tints of Christalle #2A095C

Color information

#2A095C (or 0x2A095C) is unknown color: approx Christalle. HEX triplet: 2A, 09 and 5C. RGB value is (42,9,92). Sum of RGB (Red+Green+Blue) = 42+9+92=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A095C is #D5F6A3. Grayscale: #1C1C1C. Windows color (decimal): -14022308 or 6031658. OLE color: 6031658.

HSL color Cylindrical-coordinate representation of color #2A095C: hue angle of 263.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A095C is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB42992-
CMYK0.540.9000.64
HSL263.86º82.18%19.8%-
HSV(B)263.86º90.22%36.08%-
XYZ2.981.4610.25-
YUV28.33163.93137.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.37%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 92 (36.33% from 255) = 64.34%
R=29.37%
G=6.29%
B=64.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal429920.540.9000.64263.8682.1819.8
Hex2A95C365A0401085214
Octal521113466132010041012224
Binary10101010011011100110110101101001000000100001000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,9,92); }

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

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

 a { background-color: rgb(42,9,92); }

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

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

 span { border-color: rgb(42,9,92); }

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