Html Css Color HEX #28298E Jacksons Purple

📋 copy color: '#28298E'

red 40 ◦ green 41 ◦ blue 142

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

Shades of Jacksons Purple #28298E

Tints of Jacksons Purple #28298E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.39%

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

R = 17.94%
G = 18.39%
B = 63.68%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28298E (or 0x28298E) is known color: Jacksons Purple. HEX triplet: 28, 29 and 8E. RGB value is (40,41,142). Sum of RGB (Red+Green+Blue) = 40+41+142=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 142 (55.86% from 255 or 63.68% from 223); Max value from RGB is 142 - color contains mainly: blue. Hex color #28298E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28298E is #D7D671. Grayscale: #333333. Windows color (decimal): -14145138 or 9316648. OLE color: 9316648.

HSL color Cylindrical-coordinate representation of color #28298E: hue angle of 239.41º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28298E is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 41 142 -
CMYK 0.72 0.71 0 0.44
HSL 239.41º 0.56% 0.36% -
HSV(B) 239.41º 0.72% 0.56% -
XYZ 6.55 3.99 26.02 -
YUV 52.22 178.67 119.29 -
System Red Green Blue C M Y K H S L
Decimal 40 41 142 0.72 0.71 0 0.44 239.41 0.56 0.36
Hex 28 29 8E 48 47 0 2C EF 38 24
Octal 50 51 216 110 107 0 54 357 70 44
Binary 101000 101001 10001110 1001000 1000111 0 101100 11101111 111000 100100

Color Harmonies of #28298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28298E

Black with #28298E

Text Example


Text Example

White with #28298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28298E; }

 p { color: rgb(40,41,142); }

 H1.HeaderClassName
 {
   color: #28298E;
 }
 .AnyTagClassName
 {
   color: #28298E;
 }
</style>

background-color css

<style>
 a { background-color: #28298E; }

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

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

border-color css

<style>
 span { border-color: #28298E; }

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

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