Html Css Color HEX #2F298B Jacksons Purple

📋 copy color: '#2F298B'

red 47 ◦ green 41 ◦ blue 139

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

Shades of Jacksons Purple #2F298B

Tints of Jacksons Purple #2F298B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

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

R = 20.7%
G = 18.06%
B = 61.23%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F298B (or 0x2F298B) is known color: Jacksons Purple. HEX triplet: 2F, 29 and 8B. RGB value is (47,41,139). Sum of RGB (Red+Green+Blue) = 47+41+139=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F298B is #D0D674. Grayscale: #353535. Windows color (decimal): -13686389 or 9120047. OLE color: 9120047.

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

Color convert

RGB 47 41 139 -
CMYK 0.66 0.71 0 0.45
HSL 243.67º 0.54% 0.35% -
HSV(B) 243.67º 0.71% 0.55% -
XYZ 6.63 4.05 24.86 -
YUV 53.97 175.99 123.03 -
System Red Green Blue C M Y K H S L
Decimal 47 41 139 0.66 0.71 0 0.45 243.67 0.54 0.35
Hex 2F 29 8B 42 47 0 2D F4 36 23
Octal 57 51 213 102 107 0 55 364 66 43
Binary 101111 101001 10001011 1000010 1000111 0 101101 11110100 110110 100011

Color Harmonies of #2F298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F298B

Black with #2F298B

Text Example


Text Example

White with #2F298B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,41,139); }

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

background-color css

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

 a { background-color: rgb(47,41,139); }

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

border-color css

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

 span { border-color: rgb(47,41,139); }

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