Html Css Color HEX #2F3A91 Jacksons Purple

📋 copy color: '#2F3A91'

red 47 ◦ green 58 ◦ blue 145

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

Shades of Jacksons Purple #2F3A91

Tints of Jacksons Purple #2F3A91

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.2%

 BLUE value IS 145 (57.03% from 255) = 58%

R = 18.8%
G = 23.2%
B = 58%

CMYK

 C value IS 0.68

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F3A91 (or 0x2F3A91) is known color: Jacksons Purple. HEX triplet: 2F, 3A and 91. RGB value is (47,58,145). Sum of RGB (Red+Green+Blue) = 47+58+145=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F3A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3A91 is #D0C56E. Grayscale: #404040. Windows color (decimal): -13682031 or 9517615. OLE color: 9517615.

HSL color Cylindrical-coordinate representation of color #2F3A91: hue angle of 233.27º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F3A91 is Cyan = 0.68, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 58 145 -
CMYK 0.68 0.6 0 0.43
HSL 233.27º 0.51% 0.38% -
HSV(B) 233.27º 0.68% 0.57% -
XYZ 7.8 5.67 27.47 -
YUV 64.63 173.36 115.43 -
System Red Green Blue C M Y K H S L
Decimal 47 58 145 0.68 0.6 0 0.43 233.27 0.51 0.38
Hex 2F 3A 91 44 3C 0 2B E9 33 26
Octal 57 72 221 104 74 0 53 351 63 46
Binary 101111 111010 10010001 1000100 111100 0 101011 11101001 110011 100110

Color Harmonies of #2F3A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3A91

Black with #2F3A91

Text Example


Text Example

White with #2F3A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,58,145); }

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

background-color css

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

 a { background-color: rgb(47,58,145); }

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

border-color css

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

 span { border-color: rgb(47,58,145); }

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