Html Css Color HEX #2E055F Christalle

📋 copy color: '#2E055F'

red 46 ◦ green 5 ◦ blue 95

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

Shades of Christalle #2E055F

Tints of Christalle #2E055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

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

R = 31.51%
G = 3.42%
B = 65.07%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2E055F (or 0x2E055F) is known color: Christalle. HEX triplet: 2E, 05 and 5F. RGB value is (46,5,95). Sum of RGB (Red+Green+Blue) = 46+5+95=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 95 (37.5% from 255 or 65.07% from 146); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E055F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E055F is #D1FAA0. Grayscale: #1B1B1B. Windows color (decimal): -13761185 or 6227246. OLE color: 6227246.

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

Color convert

RGB 46 5 95 -
CMYK 0.52 0.95 0 0.63
HSL 267.33º 0.9% 0.2% -
HSV(B) 267.33º 0.95% 0.37% -
XYZ 3.25 1.52 10.95 -
YUV 27.52 166.08 141.18 -
System Red Green Blue C M Y K H S L
Decimal 46 5 95 0.52 0.95 0 0.63 267.33 0.9 0.2
Hex 2E 5 5F 34 5F 0 3F 10B 5A 14
Octal 56 5 137 64 137 0 77 413 132 24
Binary 101110 101 1011111 110100 1011111 0 111111 100001011 1011010 10100

Color Harmonies of #2E055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E055F

Black with #2E055F

Text Example


Text Example

White with #2E055F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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