Html Css Color HEX #2F388E Jacksons Purple

📋 copy color: '#2F388E'

red 47 ◦ green 56 ◦ blue 142

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

Shades of Jacksons Purple #2F388E

Tints of Jacksons Purple #2F388E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

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

R = 19.18%
G = 22.86%
B = 57.96%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F388E (or 0x2F388E) is known color: Jacksons Purple. HEX triplet: 2F, 38 and 8E. RGB value is (47,56,142). Sum of RGB (Red+Green+Blue) = 47+56+142=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F388E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F388E is #D0C771. Grayscale: #3E3E3E. Windows color (decimal): -13682546 or 9320495. OLE color: 9320495.

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

Color convert

RGB 47 56 142 -
CMYK 0.67 0.61 0 0.44
HSL 234.32º 0.5% 0.37% -
HSV(B) 234.32º 0.67% 0.56% -
XYZ 7.47 5.39 26.24 -
YUV 63.11 172.52 116.51 -
System Red Green Blue C M Y K H S L
Decimal 47 56 142 0.67 0.61 0 0.44 234.32 0.5 0.37
Hex 2F 38 8E 43 3D 0 2C EA 32 25
Octal 57 70 216 103 75 0 54 352 62 45
Binary 101111 111000 10001110 1000011 111101 0 101100 11101010 110010 100101

Color Harmonies of #2F388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F388E

Black with #2F388E

Text Example


Text Example

White with #2F388E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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