Html Css Color HEX #28288D Jacksons Purple

📋 copy color: '#28288D'

red 40 ◦ green 40 ◦ blue 141

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

Shades of Jacksons Purple #28288D

Tints of Jacksons Purple #28288D

RGB

 RED value IS 40 (16.02% from 255) = 18.1%

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

 BLUE value IS 141 (55.47% from 255) = 63.8%

R = 18.1%
G = 18.1%
B = 63.8%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28288D (or 0x28288D) is known color: Jacksons Purple. HEX triplet: 28, 28 and 8D. RGB value is (40,40,141). Sum of RGB (Red+Green+Blue) = 40+40+141=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #28288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28288D is #D7D772. Grayscale: #333333. Windows color (decimal): -14145395 or 9250856. OLE color: 9250856.

HSL color Cylindrical-coordinate representation of color #28288D: hue angle of 240º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28288D is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 40 141 -
CMYK 0.72 0.72 0 0.45
HSL 240º 0.56% 0.35% -
HSV(B) 240º 0.72% 0.55% -
XYZ 6.44 3.89 25.61 -
YUV 51.51 178.5 119.79 -
System Red Green Blue C M Y K H S L
Decimal 40 40 141 0.72 0.72 0 0.45 240 0.56 0.35
Hex 28 28 8D 48 48 0 2D F0 38 23
Octal 50 50 215 110 110 0 55 360 70 43
Binary 101000 101000 10001101 1001000 1001000 0 101101 11110000 111000 100011

Color Harmonies of #28288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28288D

Black with #28288D

Text Example


Text Example

White with #28288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28288D; }

 p { color: rgb(40,40,141); }

 H1.HeaderClassName
 {
   color: #28288D;
 }
 .AnyTagClassName
 {
   color: #28288D;
 }
</style>

background-color css

<style>
 a { background-color: #28288D; }

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

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

border-color css

<style>
 span { border-color: #28288D; }

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

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