Html Css Color HEX #2F3290 Jacksons Purple

📋 copy color: '#2F3290'

red 47 ◦ green 50 ◦ blue 144

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

Shades of Jacksons Purple #2F3290

Tints of Jacksons Purple #2F3290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

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

R = 19.5%
G = 20.75%
B = 59.75%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F3290 (or 0x2F3290) is known color: Jacksons Purple. HEX triplet: 2F, 32 and 90. RGB value is (47,50,144). Sum of RGB (Red+Green+Blue) = 47+50+144=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F3290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3290 is #D0CD6F. Grayscale: #3B3B3B. Windows color (decimal): -13684080 or 9450031. OLE color: 9450031.

HSL color Cylindrical-coordinate representation of color #2F3290: hue angle of 238.14º 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 #2F3290 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 50 144 -
CMYK 0.67 0.65 0 0.44
HSL 238.14º 0.51% 0.37% -
HSV(B) 238.14º 0.67% 0.56% -
XYZ 7.35 4.9 26.94 -
YUV 59.82 175.51 118.86 -
System Red Green Blue C M Y K H S L
Decimal 47 50 144 0.67 0.65 0 0.44 238.14 0.51 0.37
Hex 2F 32 90 43 41 0 2C EE 33 25
Octal 57 62 220 103 101 0 54 356 63 45
Binary 101111 110010 10010000 1000011 1000001 0 101100 11101110 110011 100101

Color Harmonies of #2F3290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3290

Black with #2F3290

Text Example


Text Example

White with #2F3290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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