Html Css Color HEX #2F3189 Jacksons Purple

📋 copy color: '#2F3189'

red 47 ◦ green 49 ◦ blue 137

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

Shades of Jacksons Purple #2F3189

Tints of Jacksons Purple #2F3189

RGB

 RED value IS 47 (18.75% from 255) = 20.17%

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 137 (53.91% from 255) = 58.8%

R = 20.17%
G = 21.03%
B = 58.8%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2F3189 (or 0x2F3189) is known color: Jacksons Purple. HEX triplet: 2F, 31 and 89. RGB value is (47,49,137). Sum of RGB (Red+Green+Blue) = 47+49+137=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F3189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3189 is #D0CE76. Grayscale: #3A3A3A. Windows color (decimal): -13684343 or 8991023. OLE color: 8991023.

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

Color convert

RGB 47 49 137 -
CMYK 0.66 0.64 0 0.46
HSL 238.67º 0.49% 0.36% -
HSV(B) 238.67º 0.66% 0.54% -
XYZ 6.79 4.61 24.2 -
YUV 58.43 172.34 119.84 -
System Red Green Blue C M Y K H S L
Decimal 47 49 137 0.66 0.64 0 0.46 238.67 0.49 0.36
Hex 2F 31 89 42 40 0 2E EF 31 24
Octal 57 61 211 102 100 0 56 357 61 44
Binary 101111 110001 10001001 1000010 1000000 0 101110 11101111 110001 100100

Color Harmonies of #2F3189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3189

Black with #2F3189

Text Example


Text Example

White with #2F3189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,49,137); }

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

background-color css

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

 a { background-color: rgb(47,49,137); }

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

border-color css

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

 span { border-color: rgb(47,49,137); }

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