Html Css Color HEX #2F348D Jacksons Purple

📋 copy color: '#2F348D'

red 47 ◦ green 52 ◦ blue 141

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

Shades of Jacksons Purple #2F348D

Tints of Jacksons Purple #2F348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 58.75%

R = 19.58%
G = 21.67%
B = 58.75%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F348D (or 0x2F348D) is known color: Jacksons Purple. HEX triplet: 2F, 34 and 8D. RGB value is (47,52,141). Sum of RGB (Red+Green+Blue) = 47+52+141=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F348D is #D0CB72. Grayscale: #3C3C3C. Windows color (decimal): -13683571 or 9253935. OLE color: 9253935.

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

Color convert

RGB 47 52 141 -
CMYK 0.67 0.63 0 0.45
HSL 236.81º 0.5% 0.37% -
HSV(B) 236.81º 0.67% 0.55% -
XYZ 7.21 4.98 25.78 -
YUV 60.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 47 52 141 0.67 0.63 0 0.45 236.81 0.5 0.37
Hex 2F 34 8D 43 3F 0 2D ED 32 25
Octal 57 64 215 103 77 0 55 355 62 45
Binary 101111 110100 10001101 1000011 111111 0 101101 11101101 110010 100101

Color Harmonies of #2F348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F348D

Black with #2F348D

Text Example


Text Example

White with #2F348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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