Html Css Color HEX #2F288A Jacksons Purple

📋 copy color: '#2F288A'

red 47 ◦ green 40 ◦ blue 138

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

Shades of Jacksons Purple #2F288A

Tints of Jacksons Purple #2F288A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

 BLUE value IS 138 (54.3% from 255) = 61.33%

R = 20.89%
G = 17.78%
B = 61.33%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2F288A (or 0x2F288A) is known color: Jacksons Purple. HEX triplet: 2F, 28 and 8A. RGB value is (47,40,138). Sum of RGB (Red+Green+Blue) = 47+40+138=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F288A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F288A is #D0D775. Grayscale: #343434. Windows color (decimal): -13686646 or 9054255. OLE color: 9054255.

HSL color Cylindrical-coordinate representation of color #2F288A: hue angle of 244.29º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F288A is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 40 138 -
CMYK 0.66 0.71 0 0.46
HSL 244.29º 0.55% 0.35% -
HSV(B) 244.29º 0.71% 0.54% -
XYZ 6.52 3.96 24.46 -
YUV 53.27 175.82 123.53 -
System Red Green Blue C M Y K H S L
Decimal 47 40 138 0.66 0.71 0 0.46 244.29 0.55 0.35
Hex 2F 28 8A 42 47 0 2E F4 37 23
Octal 57 50 212 102 107 0 56 364 67 43
Binary 101111 101000 10001010 1000010 1000111 0 101110 11110100 110111 100011

Color Harmonies of #2F288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F288A

Black with #2F288A

Text Example


Text Example

White with #2F288A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,40,138); }

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

background-color css

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

 a { background-color: rgb(47,40,138); }

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

border-color css

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

 span { border-color: rgb(47,40,138); }

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