#2A135C

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

Shades of Christalle #2A135C

Tints of Christalle #2A135C

Color information

#2A135C (or 0x2A135C) is unknown color: approx Christalle. HEX triplet: 2A, 13 and 5C. RGB value is (42,19,92). Sum of RGB (Red+Green+Blue) = 42+19+92=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A135C is #D5ECA3. Grayscale: #212121. Windows color (decimal): -14019748 or 6034218. OLE color: 6034218.

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

Color convert

RGB421992-
CMYK0.540.7900.64
HSL258.9º65.77%21.76%-
HSV(B)258.9º79.35%36.08%-
XYZ3.121.7310.29-
YUV34.2160.62133.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 92 (36.33% from 255) = 60.13%
R=27.45%
G=12.42%
B=60.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4219920.540.7900.64258.965.7721.76
Hex2A135C364F0401034216
Octal522313466117010040310226
Binary101010100111011100110110100111101000000100000011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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