Html Css Color HEX #2F298E Jacksons Purple

📋 copy color: '#2F298E'

red 47 ◦ green 41 ◦ blue 142

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

Shades of Jacksons Purple #2F298E

Tints of Jacksons Purple #2F298E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 61.74%

R = 20.43%
G = 17.83%
B = 61.74%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F298E (or 0x2F298E) is known color: Jacksons Purple. HEX triplet: 2F, 29 and 8E. RGB value is (47,41,142). Sum of RGB (Red+Green+Blue) = 47+41+142=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F298E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F298E is #D0D671. Grayscale: #353535. Windows color (decimal): -13686386 or 9316655. OLE color: 9316655.

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

Color convert

RGB 47 41 142 -
CMYK 0.67 0.71 0 0.44
HSL 243.56º 0.55% 0.36% -
HSV(B) 243.56º 0.71% 0.56% -
XYZ 6.85 4.14 26.03 -
YUV 54.31 177.49 122.79 -
System Red Green Blue C M Y K H S L
Decimal 47 41 142 0.67 0.71 0 0.44 243.56 0.55 0.36
Hex 2F 29 8E 43 47 0 2C F4 37 24
Octal 57 51 216 103 107 0 54 364 67 44
Binary 101111 101001 10001110 1000011 1000111 0 101100 11110100 110111 100100

Color Harmonies of #2F298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F298E

Black with #2F298E

Text Example


Text Example

White with #2F298E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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