Html Css Color HEX #2F298D Jacksons Purple

📋 copy color: '#2F298D'

red 47 ◦ green 41 ◦ blue 141

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

Shades of Jacksons Purple #2F298D

Tints of Jacksons Purple #2F298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 61.57%

R = 20.52%
G = 17.9%
B = 61.57%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F298D (or 0x2F298D) is known color: Jacksons Purple. HEX triplet: 2F, 29 and 8D. RGB value is (47,41,141). Sum of RGB (Red+Green+Blue) = 47+41+141=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F298D is #D0D672. Grayscale: #353535. Windows color (decimal): -13686387 or 9251119. OLE color: 9251119.

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

Color convert

RGB 47 41 141 -
CMYK 0.67 0.71 0 0.45
HSL 243.6º 0.55% 0.36% -
HSV(B) 243.6º 0.71% 0.55% -
XYZ 6.77 4.11 25.64 -
YUV 54.19 176.99 122.87 -
System Red Green Blue C M Y K H S L
Decimal 47 41 141 0.67 0.71 0 0.45 243.6 0.55 0.36
Hex 2F 29 8D 43 47 0 2D F4 37 24
Octal 57 51 215 103 107 0 55 364 67 44
Binary 101111 101001 10001101 1000011 1000111 0 101101 11110100 110111 100100

Color Harmonies of #2F298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F298D

Black with #2F298D

Text Example


Text Example

White with #2F298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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