Html Css Color HEX #2F388C Jacksons Purple

📋 copy color: '#2F388C'

red 47 ◦ green 56 ◦ blue 140

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

Shades of Jacksons Purple #2F388C

Tints of Jacksons Purple #2F388C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.61%

R = 19.34%
G = 23.05%
B = 57.61%

CMYK

 C value IS 0.66

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F388C (or 0x2F388C) is known color: Jacksons Purple. HEX triplet: 2F, 38 and 8C. RGB value is (47,56,140). Sum of RGB (Red+Green+Blue) = 47+56+140=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F388C is #D0C773. Grayscale: #3E3E3E. Windows color (decimal): -13682548 or 9189423. OLE color: 9189423.

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

Color convert

RGB 47 56 140 -
CMYK 0.66 0.6 0 0.45
HSL 234.19º 0.5% 0.37% -
HSV(B) 234.19º 0.66% 0.55% -
XYZ 7.32 5.33 25.45 -
YUV 62.89 171.52 116.67 -
System Red Green Blue C M Y K H S L
Decimal 47 56 140 0.66 0.6 0 0.45 234.19 0.5 0.37
Hex 2F 38 8C 42 3C 0 2D EA 32 25
Octal 57 70 214 102 74 0 55 352 62 45
Binary 101111 111000 10001100 1000010 111100 0 101101 11101010 110010 100101

Color Harmonies of #2F388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F388C

Black with #2F388C

Text Example


Text Example

White with #2F388C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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