Html Css Color HEX #2F3B90 Jacksons Purple

📋 copy color: '#2F3B90'

red 47 ◦ green 59 ◦ blue 144

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

Shades of Jacksons Purple #2F3B90

Tints of Jacksons Purple #2F3B90

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.6%

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

R = 18.8%
G = 23.6%
B = 57.6%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F3B90 (or 0x2F3B90) is known color: Jacksons Purple. HEX triplet: 2F, 3B and 90. RGB value is (47,59,144). Sum of RGB (Red+Green+Blue) = 47+59+144=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F3B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3B90 is #D0C46F. Grayscale: #404040. Windows color (decimal): -13681776 or 9452335. OLE color: 9452335.

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

Color convert

RGB 47 59 144 -
CMYK 0.67 0.59 0 0.44
HSL 232.58º 0.51% 0.37% -
HSV(B) 232.58º 0.67% 0.56% -
XYZ 7.77 5.75 27.09 -
YUV 65.1 172.52 115.09 -
System Red Green Blue C M Y K H S L
Decimal 47 59 144 0.67 0.59 0 0.44 232.58 0.51 0.37
Hex 2F 3B 90 43 3B 0 2C E9 33 25
Octal 57 73 220 103 73 0 54 351 63 45
Binary 101111 111011 10010000 1000011 111011 0 101100 11101001 110011 100101

Color Harmonies of #2F3B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3B90

Black with #2F3B90

Text Example


Text Example

White with #2F3B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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