Html Css Color HEX #2F3390 Jacksons Purple

📋 copy color: '#2F3390'

red 47 ◦ green 51 ◦ blue 144

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

Shades of Jacksons Purple #2F3390

Tints of Jacksons Purple #2F3390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.07%

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

R = 19.42%
G = 21.07%
B = 59.5%

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

#2F3390 (or 0x2F3390) is known color: Jacksons Purple. HEX triplet: 2F, 33 and 90. RGB value is (47,51,144). Sum of RGB (Red+Green+Blue) = 47+51+144=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F3390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3390 is #D0CC6F. Grayscale: #3C3C3C. Windows color (decimal): -13683824 or 9450287. OLE color: 9450287.

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

Color convert

RGB 47 51 144 -
CMYK 0.67 0.65 0 0.44
HSL 237.53º 0.51% 0.37% -
HSV(B) 237.53º 0.67% 0.56% -
XYZ 7.39 4.99 26.96 -
YUV 60.41 175.17 118.44 -
System Red Green Blue C M Y K H S L
Decimal 47 51 144 0.67 0.65 0 0.44 237.53 0.51 0.37
Hex 2F 33 90 43 41 0 2C EE 33 25
Octal 57 63 220 103 101 0 54 356 63 45
Binary 101111 110011 10010000 1000011 1000001 0 101100 11101110 110011 100101

Color Harmonies of #2F3390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3390

Black with #2F3390

Text Example


Text Example

White with #2F3390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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