Html Css Color HEX #2F3686 Jacksons Purple

📋 copy color: '#2F3686'

red 47 ◦ green 54 ◦ blue 134

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

Shades of Jacksons Purple #2F3686

Tints of Jacksons Purple #2F3686

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.98%

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

R = 20%
G = 22.98%
B = 57.02%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F3686 (or 0x2F3686) is known color: Jacksons Purple. HEX triplet: 2F, 36 and 86. RGB value is (47,54,134). Sum of RGB (Red+Green+Blue) = 47+54+134=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F3686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3686 is #D0C979. Grayscale: #3C3C3C. Windows color (decimal): -13683066 or 8795695. OLE color: 8795695.

HSL color Cylindrical-coordinate representation of color #2F3686: hue angle of 235.17º 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 #2F3686 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 54 134 -
CMYK 0.65 0.60 0 0.47
HSL 235.17º 0.48% 0.35% -
HSV(B) 235.17º 0.65% 0.53% -
XYZ 6.79 4.96 23.15 -
YUV 61.03 169.18 118 -
System Red Green Blue C M Y K H S L
Decimal 47 54 134 0.65 0.60 0 0.47 235.17 0.48 0.35
Hex 2F 36 86 41 3C 0 2F EB 30 23
Octal 57 66 206 101 74 0 57 353 60 43
Binary 101111 110110 10000110 1000001 111100 0 101111 11101011 110000 100011

Color Harmonies of #2F3686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3686

Black with #2F3686

Text Example


Text Example

White with #2F3686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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