#2A025C

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

Shades of Christalle #2A025C

Tints of Christalle #2A025C

Color information

#2A025C (or 0x2A025C) is unknown color: approx Christalle. HEX triplet: 2A, 02 and 5C. RGB value is (42,2,92). Sum of RGB (Red+Green+Blue) = 42+2+92=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A025C is #D5FDA3. Grayscale: #171717. Windows color (decimal): -14024100 or 6029866. OLE color: 6029866.

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

Color convert

RGB42292-
CMYK0.540.9800.64
HSL266.67º95.74%18.43%-
HSV(B)266.67º97.83%36.08%-
XYZ2.911.3110.22-
YUV24.22166.25140.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.88%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 92 (36.33% from 255) = 67.65%
R=30.88%
G=1.47%
B=67.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal422920.540.9800.64266.6795.7418.43
Hex2A25C366204010b6012
Octal52213466142010041314022
Binary101010101011100110110110001001000000100001011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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