Html Css Color HEX #2F3988 Jacksons Purple

📋 copy color: '#2F3988'

red 47 ◦ green 57 ◦ blue 136

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

Shades of Jacksons Purple #2F3988

Tints of Jacksons Purple #2F3988

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.75%

 BLUE value IS 136 (53.52% from 255) = 56.67%

R = 19.58%
G = 23.75%
B = 56.67%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F3988 (or 0x2F3988) is known color: Jacksons Purple. HEX triplet: 2F, 39 and 88. RGB value is (47,57,136). Sum of RGB (Red+Green+Blue) = 47+57+136=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F3988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3988 is #D0C677. Grayscale: #3E3E3E. Windows color (decimal): -13682296 or 8927535. OLE color: 8927535.

HSL color Cylindrical-coordinate representation of color #2F3988: hue angle of 233.26º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F3988 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 57 136 -
CMYK 0.65 0.58 0 0.47
HSL 233.26º 0.49% 0.36% -
HSV(B) 233.26º 0.65% 0.53% -
XYZ 7.08 5.31 23.94 -
YUV 63.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 47 57 136 0.65 0.58 0 0.47 233.26 0.49 0.36
Hex 2F 39 88 41 3A 0 2F E9 31 24
Octal 57 71 210 101 72 0 57 351 61 44
Binary 101111 111001 10001000 1000001 111010 0 101111 11101001 110001 100100

Color Harmonies of #2F3988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3988

Black with #2F3988

Text Example


Text Example

White with #2F3988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,57,136); }

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

background-color css

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

 a { background-color: rgb(47,57,136); }

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

border-color css

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

 span { border-color: rgb(47,57,136); }

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