Html Css Color HEX #2F2B84 Jacksons Purple

📋 copy color: '#2F2B84'

red 47 ◦ green 43 ◦ blue 132

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

Shades of Jacksons Purple #2F2B84

Tints of Jacksons Purple #2F2B84

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.37%

 BLUE value IS 132 (51.95% from 255) = 59.46%

R = 21.17%
G = 19.37%
B = 59.46%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2F2B84 (or 0x2F2B84) is known color: Jacksons Purple. HEX triplet: 2F, 2B and 84. RGB value is (47,43,132). Sum of RGB (Red+Green+Blue) = 47+43+132=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F2B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2B84 is #D0D47B. Grayscale: #353535. Windows color (decimal): -13685884 or 8661807. OLE color: 8661807.

HSL color Cylindrical-coordinate representation of color #2F2B84: hue angle of 242.7º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F2B84 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 43 132 -
CMYK 0.64 0.67 0 0.48
HSL 242.7º 0.51% 0.34% -
HSV(B) 242.7º 0.67% 0.52% -
XYZ 6.2 4 22.27 -
YUV 54.34 171.83 122.76 -
System Red Green Blue C M Y K H S L
Decimal 47 43 132 0.64 0.67 0 0.48 242.7 0.51 0.34
Hex 2F 2B 84 40 43 0 30 F3 33 22
Octal 57 53 204 100 103 0 60 363 63 42
Binary 101111 101011 10000100 1000000 1000011 0 110000 11110011 110011 100010

Color Harmonies of #2F2B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2B84

Black with #2F2B84

Text Example


Text Example

White with #2F2B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,43,132); }

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

background-color css

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

 a { background-color: rgb(47,43,132); }

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

border-color css

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

 span { border-color: rgb(47,43,132); }

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