Html Css Color HEX #2F3186 Jacksons Purple

📋 copy color: '#2F3186'

red 47 ◦ green 49 ◦ blue 134

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

Shades of Jacksons Purple #2F3186

Tints of Jacksons Purple #2F3186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.3%

 BLUE value IS 134 (52.73% from 255) = 58.26%

R = 20.43%
G = 21.3%
B = 58.26%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F3186 (or 0x2F3186) is known color: Jacksons Purple. HEX triplet: 2F, 31 and 86. RGB value is (47,49,134). Sum of RGB (Red+Green+Blue) = 47+49+134=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F3186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3186 is #D0CE79. Grayscale: #393939. Windows color (decimal): -13684346 or 8794415. OLE color: 8794415.

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

Color convert

RGB 47 49 134 -
CMYK 0.65 0.63 0 0.47
HSL 238.62º 0.48% 0.35% -
HSV(B) 238.62º 0.65% 0.53% -
XYZ 6.57 4.52 23.08 -
YUV 58.09 170.84 120.09 -
System Red Green Blue C M Y K H S L
Decimal 47 49 134 0.65 0.63 0 0.47 238.62 0.48 0.35
Hex 2F 31 86 41 3F 0 2F EF 30 23
Octal 57 61 206 101 77 0 57 357 60 43
Binary 101111 110001 10000110 1000001 111111 0 101111 11101111 110000 100011

Color Harmonies of #2F3186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3186

Black with #2F3186

Text Example


Text Example

White with #2F3186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,49,134); }

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

background-color css

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

 a { background-color: rgb(47,49,134); }

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

border-color css

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

 span { border-color: rgb(47,49,134); }

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