Html Css Color HEX #2F3190 Jacksons Purple

📋 copy color: '#2F3190'

red 47 ◦ green 49 ◦ blue 144

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

Shades of Jacksons Purple #2F3190

Tints of Jacksons Purple #2F3190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 60%

R = 19.58%
G = 20.42%
B = 60%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F3190 (or 0x2F3190) is known color: Jacksons Purple. HEX triplet: 2F, 31 and 90. RGB value is (47,49,144). Sum of RGB (Red+Green+Blue) = 47+49+144=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F3190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3190 is #D0CE6F. Grayscale: #3A3A3A. Windows color (decimal): -13684336 or 9449775. OLE color: 9449775.

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

Color convert

RGB 47 49 144 -
CMYK 0.67 0.66 0 0.44
HSL 238.76º 0.51% 0.37% -
HSV(B) 238.76º 0.67% 0.56% -
XYZ 7.3 4.81 26.93 -
YUV 59.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 47 49 144 0.67 0.66 0 0.44 238.76 0.51 0.37
Hex 2F 31 90 43 42 0 2C EF 33 25
Octal 57 61 220 103 102 0 54 357 63 45
Binary 101111 110001 10010000 1000011 1000010 0 101100 11101111 110011 100101

Color Harmonies of #2F3190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3190

Black with #2F3190

Text Example


Text Example

White with #2F3190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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