#2E005B

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

Shades of Christalle #2E005B

Tints of Christalle #2E005B

Color information

#2E005B (or 0x2E005B) is unknown color: approx Christalle. HEX triplet: 2E, 00 and 5B. RGB value is (46,0,91). Sum of RGB (Red+Green+Blue) = 46+0+91=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E005B is #D1FFA4. Grayscale: #171717. Windows color (decimal): -13762469 or 5963822. OLE color: 5963822.

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

Color convert

RGB46091-
CMYK0.49100.64
HSL270.33º100%17.84%-
HSV(B)270.33º100%35.69%-
XYZ3.021.3410-
YUV24.13165.74143.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 66.42%
R=33.58%
G=0%
B=66.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal460910.49100.64270.3310017.84
Hex2E05B316404010e6412
Octal56013361144010041614422
Binary10111001011011110001110010001000000100001110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,0,91); }

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

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

 a { background-color: rgb(46,0,91); }

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

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

 span { border-color: rgb(46,0,91); }

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