Html Css Color HEX #2E0258 Christalle

📋 copy color: '#2E0258'

red 46 ◦ green 2 ◦ blue 88

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

Shades of Christalle #2E0258

Tints of Christalle #2E0258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.47%

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

R = 33.82%
G = 1.47%
B = 64.71%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E0258 (or 0x2E0258) is known color: Christalle. HEX triplet: 2E, 02 and 58. RGB value is (46,2,88). Sum of RGB (Red+Green+Blue) = 46+2+88=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 88 (34.77% from 255 or 64.71% from 136); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E0258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0258 is #D1FDA7. Grayscale: #181818. Windows color (decimal): -13761960 or 5767726. OLE color: 5767726.

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

Color convert

RGB 46 2 88 -
CMYK 0.48 0.98 0 0.65
HSL 270.7º 0.96% 0.18% -
HSV(B) 270.7º 0.98% 0.35% -
XYZ 2.91 1.33 9.34 -
YUV 24.96 163.58 143.01 -
System Red Green Blue C M Y K H S L
Decimal 46 2 88 0.48 0.98 0 0.65 270.7 0.96 0.18
Hex 2E 2 58 30 62 0 41 10F 60 12
Octal 56 2 130 60 142 0 101 417 140 22
Binary 101110 10 1011000 110000 1100010 0 1000001 100001111 1100000 10010

Color Harmonies of #2E0258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0258

Black with #2E0258

Text Example


Text Example

White with #2E0258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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