Html Css Color HEX #2E308B Jacksons Purple

📋 copy color: '#2E308B'

red 46 ◦ green 48 ◦ blue 139

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

Shades of Jacksons Purple #2E308B

Tints of Jacksons Purple #2E308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.66%

R = 19.74%
G = 20.6%
B = 59.66%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E308B (or 0x2E308B) is known color: Jacksons Purple. HEX triplet: 2E, 30 and 8B. RGB value is (46,48,139). Sum of RGB (Red+Green+Blue) = 46+48+139=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E308B is #D1CF74. Grayscale: #393939. Windows color (decimal): -13750133 or 9121838. OLE color: 9121838.

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

Color convert

RGB 46 48 139 -
CMYK 0.67 0.65 0 0.45
HSL 238.71º 0.5% 0.36% -
HSV(B) 238.71º 0.67% 0.55% -
XYZ 6.84 4.56 24.95 -
YUV 57.78 173.84 119.6 -
System Red Green Blue C M Y K H S L
Decimal 46 48 139 0.67 0.65 0 0.45 238.71 0.5 0.36
Hex 2E 30 8B 43 41 0 2D EF 32 24
Octal 56 60 213 103 101 0 55 357 62 44
Binary 101110 110000 10001011 1000011 1000001 0 101101 11101111 110010 100100

Color Harmonies of #2E308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E308B

Black with #2E308B

Text Example


Text Example

White with #2E308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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