Html Css Color HEX #2F348E Jacksons Purple

📋 copy color: '#2F348E'

red 47 ◦ green 52 ◦ blue 142

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

Shades of Jacksons Purple #2F348E

Tints of Jacksons Purple #2F348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 19.5%
G = 21.58%
B = 58.92%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F348E (or 0x2F348E) is known color: Jacksons Purple. HEX triplet: 2F, 34 and 8E. RGB value is (47,52,142). Sum of RGB (Red+Green+Blue) = 47+52+142=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F348E is #D0CB71. Grayscale: #3C3C3C. Windows color (decimal): -13683570 or 9319471. OLE color: 9319471.

HSL color Cylindrical-coordinate representation of color #2F348E: hue angle of 236.84º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F348E is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 52 142 -
CMYK 0.67 0.63 0 0.44
HSL 236.84º 0.5% 0.37% -
HSV(B) 236.84º 0.67% 0.56% -
XYZ 7.28 5.01 26.18 -
YUV 60.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 47 52 142 0.67 0.63 0 0.44 236.84 0.5 0.37
Hex 2F 34 8E 43 3F 0 2C ED 32 25
Octal 57 64 216 103 77 0 54 355 62 45
Binary 101111 110100 10001110 1000011 111111 0 101100 11101101 110010 100101

Color Harmonies of #2F348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F348E

Black with #2F348E

Text Example


Text Example

White with #2F348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,52,142); }

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

background-color css

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

 a { background-color: rgb(47,52,142); }

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

border-color css

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

 span { border-color: rgb(47,52,142); }

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