Html Css Color HEX #2F3890 Jacksons Purple

📋 copy color: '#2F3890'

red 47 ◦ green 56 ◦ blue 144

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

Shades of Jacksons Purple #2F3890

Tints of Jacksons Purple #2F3890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

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

R = 19.03%
G = 22.67%
B = 58.3%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F3890 (or 0x2F3890) is known color: Jacksons Purple. HEX triplet: 2F, 38 and 90. RGB value is (47,56,144). Sum of RGB (Red+Green+Blue) = 47+56+144=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F3890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3890 is #D0C76F. Grayscale: #3E3E3E. Windows color (decimal): -13682544 or 9451567. OLE color: 9451567.

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

Color convert

RGB 47 56 144 -
CMYK 0.67 0.61 0 0.44
HSL 234.43º 0.51% 0.37% -
HSV(B) 234.43º 0.67% 0.56% -
XYZ 7.62 5.45 27.04 -
YUV 63.34 173.52 116.34 -
System Red Green Blue C M Y K H S L
Decimal 47 56 144 0.67 0.61 0 0.44 234.43 0.51 0.37
Hex 2F 38 90 43 3D 0 2C EA 33 25
Octal 57 70 220 103 75 0 54 352 63 45
Binary 101111 111000 10010000 1000011 111101 0 101100 11101010 110011 100101

Color Harmonies of #2F3890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3890

Black with #2F3890

Text Example


Text Example

White with #2F3890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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