Html Css Color HEX #2E145F Christalle

📋 copy color: '#2E145F'

red 46 ◦ green 20 ◦ blue 95

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

Shades of Christalle #2E145F

Tints of Christalle #2E145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.42%

 BLUE value IS 95 (37.5% from 255) = 59.01%

R = 28.57%
G = 12.42%
B = 59.01%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2E145F (or 0x2E145F) is known color: Christalle. HEX triplet: 2E, 14 and 5F. RGB value is (46,20,95). Sum of RGB (Red+Green+Blue) = 46+20+95=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E145F is #D1EBA0. Grayscale: #242424. Windows color (decimal): -13757345 or 6231086. OLE color: 6231086.

HSL color Cylindrical-coordinate representation of color #2E145F: hue angle of 260.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E145F is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 46 20 95 -
CMYK 0.52 0.79 0 0.63
HSL 260.8º 0.65% 0.23% -
HSV(B) 260.8º 0.79% 0.37% -
XYZ 3.44 1.91 11.01 -
YUV 36.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 46 20 95 0.52 0.79 0 0.63 260.8 0.65 0.23
Hex 2E 14 5F 34 4F 0 3F 105 41 17
Octal 56 24 137 64 117 0 77 405 101 27
Binary 101110 10100 1011111 110100 1001111 0 111111 100000101 1000001 10111

Color Harmonies of #2E145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E145F

Black with #2E145F

Text Example


Text Example

White with #2E145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,20,95); }

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

background-color css

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

 a { background-color: rgb(46,20,95); }

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

border-color css

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

 span { border-color: rgb(46,20,95); }

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