Html Css Color HEX #2E1058 Christalle

📋 copy color: '#2E1058'

red 46 ◦ green 16 ◦ blue 88

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

Shades of Christalle #2E1058

Tints of Christalle #2E1058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.67%

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

R = 30.67%
G = 10.67%
B = 58.67%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E1058 (or 0x2E1058) is known color: Christalle. HEX triplet: 2E, 10 and 58. RGB value is (46,16,88). Sum of RGB (Red+Green+Blue) = 46+16+88=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E1058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1058 is #D1EFA7. Grayscale: #202020. Windows color (decimal): -13758376 or 5771310. OLE color: 5771310.

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

Color convert

RGB 46 16 88 -
CMYK 0.48 0.82 0 0.65
HSL 265º 0.69% 0.2% -
HSV(B) 265º 0.82% 0.35% -
XYZ 3.07 1.66 9.39 -
YUV 33.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 46 16 88 0.48 0.82 0 0.65 265 0.69 0.2
Hex 2E 10 58 30 52 0 41 109 45 14
Octal 56 20 130 60 122 0 101 411 105 24
Binary 101110 10000 1011000 110000 1010010 0 1000001 100001001 1000101 10100

Color Harmonies of #2E1058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1058

Black with #2E1058

Text Example


Text Example

White with #2E1058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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