Html Css Color HEX #282991 Jacksons Purple

📋 copy color: '#282991'

red 40 ◦ green 41 ◦ blue 145

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

Shades of Jacksons Purple #282991

Tints of Jacksons Purple #282991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 64.16%

R = 17.7%
G = 18.14%
B = 64.16%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#282991 (or 0x282991) is known color: Jacksons Purple. HEX triplet: 28, 29 and 91. RGB value is (40,41,145). Sum of RGB (Red+Green+Blue) = 40+41+145=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #282991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282991 is #D7D66E. Grayscale: #343434. Windows color (decimal): -14145135 or 9513256. OLE color: 9513256.

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

Color convert

RGB 40 41 145 -
CMYK 0.72 0.72 0 0.43
HSL 239.43º 0.57% 0.36% -
HSV(B) 239.43º 0.72% 0.57% -
XYZ 6.78 4.08 27.22 -
YUV 52.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 40 41 145 0.72 0.72 0 0.43 239.43 0.57 0.36
Hex 28 29 91 48 48 0 2B EF 39 24
Octal 50 51 221 110 110 0 53 357 71 44
Binary 101000 101001 10010001 1001000 1001000 0 101011 11101111 111001 100100

Color Harmonies of #282991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282991

Black with #282991

Text Example


Text Example

White with #282991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282991; }

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

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

background-color css

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

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

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

border-color css

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

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

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