Html Css Color HEX #2E0459 Christalle

📋 copy color: '#2E0459'

red 46 ◦ green 4 ◦ blue 89

#2E0459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #2E0459

Tints of Christalle #2E0459

RGB

 RED value IS 46 (18.36% from 255) = 33.09%

 GREEN value IS 4 (1.95% from 255) = 2.88%

 BLUE value IS 89 (35.16% from 255) = 64.03%

R = 33.09%
G = 2.88%
B = 64.03%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E0459 (or 0x2E0459) is known color: Christalle. HEX triplet: 2E, 04 and 59. RGB value is (46,4,89). Sum of RGB (Red+Green+Blue) = 46+4+89=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E0459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0459 is #D1FBA6. Grayscale: #191919. Windows color (decimal): -13761447 or 5833774. OLE color: 5833774.

HSL color Cylindrical-coordinate representation of color #2E0459: hue angle of 269.65º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0459 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 4 89 -
CMYK 0.48 0.96 0 0.65
HSL 269.65º 0.91% 0.18% -
HSV(B) 269.65º 0.96% 0.35% -
XYZ 2.97 1.39 9.56 -
YUV 26.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 46 4 89 0.48 0.96 0 0.65 269.65 0.91 0.18
Hex 2E 4 59 30 60 0 41 10E 5B 12
Octal 56 4 131 60 140 0 101 416 133 22
Binary 101110 100 1011001 110000 1100000 0 1000001 100001110 1011011 10010

Color Harmonies of #2E0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0459

Black with #2E0459

Text Example


Text Example

White with #2E0459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,4,89); }

 H1.HeaderClassName
 {
   color: #2E0459;
 }
 .AnyTagClassName
 {
   color: #2E0459;
 }
</style>

background-color css

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

 a { background-color: rgb(46,4,89); }

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

border-color css

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

 span { border-color: rgb(46,4,89); }

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