#2A0858

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

Shades of Christalle #2A0858

Tints of Christalle #2A0858

Color information

#2A0858 (or 0x2A0858) is unknown color: approx Christalle. HEX triplet: 2A, 08 and 58. RGB value is (42,8,88). Sum of RGB (Red+Green+Blue) = 42+8+88=138 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.43% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #2A0858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0858 is #D5F7A7. Grayscale: #1B1B1B. Windows color (decimal): -14022568 or 5769258. OLE color: 5769258.

HSL color Cylindrical-coordinate representation of color #2A0858: hue angle of 265.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A0858 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB42888-
CMYK0.520.9100.65
HSL265.5º83.33%18.82%-
HSV(B)265.5º90.91%34.51%-
XYZ2.81.379.35-
YUV27.29162.26138.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.43%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 88 (34.77% from 255) = 63.77%
R=30.43%
G=5.80%
B=63.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal428880.520.9100.65265.583.3318.82
Hex2A858345B04110a5313
Octal521013064133010141212323
Binary10101010001011000110100101101101000001100001010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,8,88); }

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

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

 a { background-color: rgb(42,8,88); }

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

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

 span { border-color: rgb(42,8,88); }

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