Html Css Color HEX #2E308D Jacksons Purple

📋 copy color: '#2E308D'

red 46 ◦ green 48 ◦ blue 141

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

Shades of Jacksons Purple #2E308D

Tints of Jacksons Purple #2E308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

 BLUE value IS 141 (55.47% from 255) = 60%

R = 19.57%
G = 20.43%
B = 60%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E308D (or 0x2E308D) is known color: Jacksons Purple. HEX triplet: 2E, 30 and 8D. RGB value is (46,48,141). Sum of RGB (Red+Green+Blue) = 46+48+141=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E308D is #D1CF72. Grayscale: #393939. Windows color (decimal): -13750131 or 9252910. OLE color: 9252910.

HSL color Cylindrical-coordinate representation of color #2E308D: hue angle of 238.74º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E308D is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 48 141 -
CMYK 0.67 0.66 0 0.45
HSL 238.74º 0.51% 0.37% -
HSV(B) 238.74º 0.67% 0.55% -
XYZ 6.99 4.62 25.72 -
YUV 58 174.84 119.44 -
System Red Green Blue C M Y K H S L
Decimal 46 48 141 0.67 0.66 0 0.45 238.74 0.51 0.37
Hex 2E 30 8D 43 42 0 2D EF 33 25
Octal 56 60 215 103 102 0 55 357 63 45
Binary 101110 110000 10001101 1000011 1000010 0 101101 11101111 110011 100101

Color Harmonies of #2E308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E308D

Black with #2E308D

Text Example


Text Example

White with #2E308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,48,141); }

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

background-color css

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

 a { background-color: rgb(46,48,141); }

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

border-color css

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

 span { border-color: rgb(46,48,141); }

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