#2A035B

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

Shades of Christalle #2A035B

Tints of Christalle #2A035B

Color information

#2A035B (or 0x2A035B) is unknown color: approx Christalle. HEX triplet: 2A, 03 and 5B. RGB value is (42,3,91). Sum of RGB (Red+Green+Blue) = 42+3+91=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A035B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A035B is #D5FCA4. Grayscale: #181818. Windows color (decimal): -14023845 or 5964586. OLE color: 5964586.

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

Color convert

RGB42391-
CMYK0.540.9700.64
HSL266.59º93.62%18.43%-
HSV(B)266.59º96.7%35.69%-
XYZ2.881.3110-
YUV24.69165.42140.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.88%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 91 (35.94% from 255) = 66.91%
R=30.88%
G=2.21%
B=66.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal423910.540.9700.64266.5993.6218.43
Hex2A35B366104010b5e12
Octal52313366141010041313622
Binary101010111011011110110110000101000000100001011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,3,91); }

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

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

 a { background-color: rgb(42,3,91); }

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

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

 span { border-color: rgb(42,3,91); }

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