Html Css Color HEX #2F3889 Jacksons Purple

📋 copy color: '#2F3889'

red 47 ◦ green 56 ◦ blue 137

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

Shades of Jacksons Purple #2F3889

Tints of Jacksons Purple #2F3889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 57.08%

R = 19.58%
G = 23.33%
B = 57.08%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2F3889 (or 0x2F3889) is known color: Jacksons Purple. HEX triplet: 2F, 38 and 89. RGB value is (47,56,137). Sum of RGB (Red+Green+Blue) = 47+56+137=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F3889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3889 is #D0C776. Grayscale: #3E3E3E. Windows color (decimal): -13682551 or 8992815. OLE color: 8992815.

HSL color Cylindrical-coordinate representation of color #2F3889: hue angle of 234º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F3889 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 56 137 -
CMYK 0.66 0.59 0 0.46
HSL 234º 0.49% 0.36% -
HSV(B) 234º 0.66% 0.54% -
XYZ 7.1 5.24 24.3 -
YUV 62.54 170.02 116.91 -
System Red Green Blue C M Y K H S L
Decimal 47 56 137 0.66 0.59 0 0.46 234 0.49 0.36
Hex 2F 38 89 42 3B 0 2E EA 31 24
Octal 57 70 211 102 73 0 56 352 61 44
Binary 101111 111000 10001001 1000010 111011 0 101110 11101010 110001 100100

Color Harmonies of #2F3889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3889

Black with #2F3889

Text Example


Text Example

White with #2F3889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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