#2E015C

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

Shades of Christalle #2E015C

Tints of Christalle #2E015C

Color information

#2E015C (or 0x2E015C) is unknown color: approx Christalle. HEX triplet: 2E, 01 and 5C. RGB value is (46,1,92). Sum of RGB (Red+Green+Blue) = 46+1+92=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E015C is #D1FEA3. Grayscale: #181818. Windows color (decimal): -13762212 or 6029614. OLE color: 6029614.

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

Color convert

RGB46192-
CMYK0.500.9900.64
HSL269.67º97.85%18.24%-
HSV(B)269.67º98.91%36.08%-
XYZ3.071.3810.23-
YUV24.83165.91143.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.09%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 92 (36.33% from 255) = 66.19%
R=33.09%
G=0.72%
B=66.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal461920.500.9900.64269.6797.8518.24
Hex2E15C326304010e6212
Octal56113462143010041614222
Binary10111011011100110010110001101000000100001110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,1,92); }

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

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

 a { background-color: rgb(46,1,92); }

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

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

 span { border-color: rgb(46,1,92); }

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