Html Css Color HEX #2F3887 Jacksons Purple

📋 copy color: '#2F3887'

red 47 ◦ green 56 ◦ blue 135

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

Shades of Jacksons Purple #2F3887

Tints of Jacksons Purple #2F3887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.72%

R = 19.75%
G = 23.53%
B = 56.72%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F3887 (or 0x2F3887) is known color: Jacksons Purple. HEX triplet: 2F, 38 and 87. RGB value is (47,56,135). Sum of RGB (Red+Green+Blue) = 47+56+135=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F3887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3887 is #D0C778. Grayscale: #3D3D3D. Windows color (decimal): -13682553 or 8861743. OLE color: 8861743.

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

Color convert

RGB 47 56 135 -
CMYK 0.65 0.59 0 0.47
HSL 233.86º 0.48% 0.36% -
HSV(B) 233.86º 0.65% 0.53% -
XYZ 6.96 5.18 23.56 -
YUV 62.32 169.02 117.08 -
System Red Green Blue C M Y K H S L
Decimal 47 56 135 0.65 0.59 0 0.47 233.86 0.48 0.36
Hex 2F 38 87 41 3B 0 2F EA 30 24
Octal 57 70 207 101 73 0 57 352 60 44
Binary 101111 111000 10000111 1000001 111011 0 101111 11101010 110000 100100

Color Harmonies of #2F3887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3887

Black with #2F3887

Text Example


Text Example

White with #2F3887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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