Html Css Color HEX #2E0758 Christalle

📋 copy color: '#2E0758'

red 46 ◦ green 7 ◦ blue 88

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

Shades of Christalle #2E0758

Tints of Christalle #2E0758

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.96%

 BLUE value IS 88 (34.77% from 255) = 62.41%

R = 32.62%
G = 4.96%
B = 62.41%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E0758 (or 0x2E0758) is known color: Christalle. HEX triplet: 2E, 07 and 58. RGB value is (46,7,88). Sum of RGB (Red+Green+Blue) = 46+7+88=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E0758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0758 is #D1F8A7. Grayscale: #1B1B1B. Windows color (decimal): -13760680 or 5769006. OLE color: 5769006.

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

Color convert

RGB 46 7 88 -
CMYK 0.48 0.92 0 0.65
HSL 268.89º 0.85% 0.19% -
HSV(B) 268.89º 0.92% 0.35% -
XYZ 2.96 1.44 9.35 -
YUV 27.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 46 7 88 0.48 0.92 0 0.65 268.89 0.85 0.19
Hex 2E 7 58 30 5C 0 41 10D 55 13
Octal 56 7 130 60 134 0 101 415 125 23
Binary 101110 111 1011000 110000 1011100 0 1000001 100001101 1010101 10011

Color Harmonies of #2E0758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0758

Black with #2E0758

Text Example


Text Example

White with #2E0758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,7,88); }

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

background-color css

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

 a { background-color: rgb(46,7,88); }

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

border-color css

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

 span { border-color: rgb(46,7,88); }

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