Html Css Color HEX #28308F Jacksons Purple

📋 copy color: '#28308F'

red 40 ◦ green 48 ◦ blue 143

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

Shades of Jacksons Purple #28308F

Tints of Jacksons Purple #28308F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.78%

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

R = 17.32%
G = 20.78%
B = 61.9%

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

#28308F (or 0x28308F) is known color: Jacksons Purple. HEX triplet: 28, 30 and 8F. RGB value is (40,48,143). Sum of RGB (Red+Green+Blue) = 40+48+143=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #28308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28308F is #D7CF70. Grayscale: #383838. Windows color (decimal): -14143345 or 9383976. OLE color: 9383976.

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

Color convert

RGB 40 48 143 -
CMYK 0.72 0.66 0 0.44
HSL 235.34º 0.56% 0.36% -
HSV(B) 235.34º 0.72% 0.56% -
XYZ 6.89 4.55 26.5 -
YUV 56.44 176.85 116.28 -
System Red Green Blue C M Y K H S L
Decimal 40 48 143 0.72 0.66 0 0.44 235.34 0.56 0.36
Hex 28 30 8F 48 42 0 2C EB 38 24
Octal 50 60 217 110 102 0 54 353 70 44
Binary 101000 110000 10001111 1001000 1000010 0 101100 11101011 111000 100100

Color Harmonies of #28308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28308F

Black with #28308F

Text Example


Text Example

White with #28308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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