Html Css Color HEX #2F358E Jacksons Purple

📋 copy color: '#2F358E'

red 47 ◦ green 53 ◦ blue 142

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

Shades of Jacksons Purple #2F358E

Tints of Jacksons Purple #2F358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.9%

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

R = 19.42%
G = 21.9%
B = 58.68%

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

#2F358E (or 0x2F358E) is known color: Jacksons Purple. HEX triplet: 2F, 35 and 8E. RGB value is (47,53,142). Sum of RGB (Red+Green+Blue) = 47+53+142=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F358E is #D0CA71. Grayscale: #3C3C3C. Windows color (decimal): -13683314 or 9319727. OLE color: 9319727.

HSL color Cylindrical-coordinate representation of color #2F358E: hue angle of 236.21º 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 #2F358E is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 53 142 -
CMYK 0.67 0.63 0 0.44
HSL 236.21º 0.5% 0.37% -
HSV(B) 236.21º 0.67% 0.56% -
XYZ 7.33 5.1 26.19 -
YUV 61.35 173.51 117.76 -
System Red Green Blue C M Y K H S L
Decimal 47 53 142 0.67 0.63 0 0.44 236.21 0.5 0.37
Hex 2F 35 8E 43 3F 0 2C EC 32 25
Octal 57 65 216 103 77 0 54 354 62 45
Binary 101111 110101 10001110 1000011 111111 0 101100 11101100 110010 100101

Color Harmonies of #2F358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F358E

Black with #2F358E

Text Example


Text Example

White with #2F358E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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