Html Css Color HEX #2E308A Jacksons Purple

📋 copy color: '#2E308A'

red 46 ◦ green 48 ◦ blue 138

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

Shades of Jacksons Purple #2E308A

Tints of Jacksons Purple #2E308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.48%

R = 19.83%
G = 20.69%
B = 59.48%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2E308A (or 0x2E308A) is known color: Jacksons Purple. HEX triplet: 2E, 30 and 8A. RGB value is (46,48,138). Sum of RGB (Red+Green+Blue) = 46+48+138=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E308A is #D1CF75. Grayscale: #393939. Windows color (decimal): -13750134 or 9056302. OLE color: 9056302.

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

Color convert

RGB 46 48 138 -
CMYK 0.67 0.65 0 0.46
HSL 238.7º 0.5% 0.36% -
HSV(B) 238.7º 0.67% 0.54% -
XYZ 6.77 4.53 24.56 -
YUV 57.66 173.34 119.68 -
System Red Green Blue C M Y K H S L
Decimal 46 48 138 0.67 0.65 0 0.46 238.7 0.5 0.36
Hex 2E 30 8A 43 41 0 2E EF 32 24
Octal 56 60 212 103 101 0 56 357 62 44
Binary 101110 110000 10001010 1000011 1000001 0 101110 11101111 110010 100100

Color Harmonies of #2E308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E308A

Black with #2E308A

Text Example


Text Example

White with #2E308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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