Html Css Color HEX #282A91 Jacksons Purple

📋 copy color: '#282A91'

red 40 ◦ green 42 ◦ blue 145

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

Shades of Jacksons Purple #282A91

Tints of Jacksons Purple #282A91

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.5%

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

R = 17.62%
G = 18.5%
B = 63.88%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#282A91 (or 0x282A91) is known color: Jacksons Purple. HEX triplet: 28, 2A and 91. RGB value is (40,42,145). Sum of RGB (Red+Green+Blue) = 40+42+145=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #282A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282A91 is #D7D56E. Grayscale: #343434. Windows color (decimal): -14144879 or 9513512. OLE color: 9513512.

HSL color Cylindrical-coordinate representation of color #282A91: hue angle of 238.86º 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 #282A91 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 42 145 -
CMYK 0.72 0.71 0 0.43
HSL 238.86º 0.57% 0.36% -
HSV(B) 238.86º 0.72% 0.57% -
XYZ 6.81 4.15 27.23 -
YUV 53.14 179.84 118.62 -
System Red Green Blue C M Y K H S L
Decimal 40 42 145 0.72 0.71 0 0.43 238.86 0.57 0.36
Hex 28 2A 91 48 47 0 2B EF 39 24
Octal 50 52 221 110 107 0 53 357 71 44
Binary 101000 101010 10010001 1001000 1000111 0 101011 11101111 111001 100100

Color Harmonies of #282A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282A91

Black with #282A91

Text Example


Text Example

White with #282A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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