Html Css Color HEX #2F298C Jacksons Purple

📋 copy color: '#2F298C'

red 47 ◦ green 41 ◦ blue 140

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

Shades of Jacksons Purple #2F298C

Tints of Jacksons Purple #2F298C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.4%

R = 20.61%
G = 17.98%
B = 61.4%

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

#2F298C (or 0x2F298C) is known color: Jacksons Purple. HEX triplet: 2F, 29 and 8C. RGB value is (47,41,140). Sum of RGB (Red+Green+Blue) = 47+41+140=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F298C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F298C is #D0D673. Grayscale: #353535. Windows color (decimal): -13686388 or 9185583. OLE color: 9185583.

HSL color Cylindrical-coordinate representation of color #2F298C: hue angle of 243.64º degrees, saturation: 0.55, 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 #2F298C is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 41 140 -
CMYK 0.66 0.71 0 0.45
HSL 243.64º 0.55% 0.35% -
HSV(B) 243.64º 0.71% 0.55% -
XYZ 6.7 4.08 25.25 -
YUV 54.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 47 41 140 0.66 0.71 0 0.45 243.64 0.55 0.35
Hex 2F 29 8C 42 47 0 2D F4 37 23
Octal 57 51 214 102 107 0 55 364 67 43
Binary 101111 101001 10001100 1000010 1000111 0 101101 11110100 110111 100011

Color Harmonies of #2F298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F298C

Black with #2F298C

Text Example


Text Example

White with #2F298C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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