Html Css Color HEX #28318F Jacksons Purple

📋 copy color: '#28318F'

red 40 ◦ green 49 ◦ blue 143

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

Shades of Jacksons Purple #28318F

Tints of Jacksons Purple #28318F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

 BLUE value IS 143 (56.25% from 255) = 61.64%

R = 17.24%
G = 21.12%
B = 61.64%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28318F (or 0x28318F) is known color: Jacksons Purple. HEX triplet: 28, 31 and 8F. RGB value is (40,49,143). Sum of RGB (Red+Green+Blue) = 40+49+143=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #28318F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28318F is #D7CE70. Grayscale: #383838. Windows color (decimal): -14143089 or 9384232. OLE color: 9384232.

HSL color Cylindrical-coordinate representation of color #28318F: hue angle of 234.76º 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 #28318F is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 49 143 -
CMYK 0.72 0.66 0 0.44
HSL 234.76º 0.56% 0.36% -
HSV(B) 234.76º 0.72% 0.56% -
XYZ 6.93 4.63 26.52 -
YUV 57.03 176.52 115.86 -
System Red Green Blue C M Y K H S L
Decimal 40 49 143 0.72 0.66 0 0.44 234.76 0.56 0.36
Hex 28 31 8F 48 42 0 2C EB 38 24
Octal 50 61 217 110 102 0 54 353 70 44
Binary 101000 110001 10001111 1001000 1000010 0 101100 11101011 111000 100100

Color Harmonies of #28318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28318F

Black with #28318F

Text Example


Text Example

White with #28318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28318F; }

 p { color: rgb(40,49,143); }

 H1.HeaderClassName
 {
   color: #28318F;
 }
 .AnyTagClassName
 {
   color: #28318F;
 }
</style>

background-color css

<style>
 a { background-color: #28318F; }

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

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

border-color css

<style>
 span { border-color: #28318F; }

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

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