Html Css Color HEX #282A93 Jacksons Purple

📋 copy color: '#282A93'

red 40 ◦ green 42 ◦ blue 147

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

Shades of Jacksons Purple #282A93

Tints of Jacksons Purple #282A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.19%

R = 17.47%
G = 18.34%
B = 64.19%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#282A93 (or 0x282A93) is known color: Jacksons Purple. HEX triplet: 28, 2A and 93. RGB value is (40,42,147). Sum of RGB (Red+Green+Blue) = 40+42+147=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #282A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282A93 is #D7D56C. Grayscale: #343434. Windows color (decimal): -14144877 or 9644584. OLE color: 9644584.

HSL color Cylindrical-coordinate representation of color #282A93: hue angle of 238.88º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #282A93 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 42 147 -
CMYK 0.73 0.71 0 0.42
HSL 238.88º 0.57% 0.37% -
HSV(B) 238.88º 0.73% 0.58% -
XYZ 6.97 4.21 28.05 -
YUV 53.37 180.84 118.46 -
System Red Green Blue C M Y K H S L
Decimal 40 42 147 0.73 0.71 0 0.42 238.88 0.57 0.37
Hex 28 2A 93 49 47 0 2A EF 39 25
Octal 50 52 223 111 107 0 52 357 71 45
Binary 101000 101010 10010011 1001001 1000111 0 101010 11101111 111001 100101

Color Harmonies of #282A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282A93

Black with #282A93

Text Example


Text Example

White with #282A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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