Html Css Color HEX #282D8E Jacksons Purple

📋 copy color: '#282D8E'

red 40 ◦ green 45 ◦ blue 142

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

Shades of Jacksons Purple #282D8E

Tints of Jacksons Purple #282D8E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

 BLUE value IS 142 (55.86% from 255) = 62.56%

R = 17.62%
G = 19.82%
B = 62.56%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#282D8E (or 0x282D8E) is known color: Jacksons Purple. HEX triplet: 28, 2D and 8E. RGB value is (40,45,142). Sum of RGB (Red+Green+Blue) = 40+45+142=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #282D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282D8E is #D7D271. Grayscale: #363636. Windows color (decimal): -14144114 or 9317672. OLE color: 9317672.

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

Color convert

RGB 40 45 142 -
CMYK 0.72 0.68 0 0.44
HSL 237.06º 0.56% 0.36% -
HSV(B) 237.06º 0.72% 0.56% -
XYZ 6.7 4.28 26.06 -
YUV 54.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 40 45 142 0.72 0.68 0 0.44 237.06 0.56 0.36
Hex 28 2D 8E 48 44 0 2C ED 38 24
Octal 50 55 216 110 104 0 54 355 70 44
Binary 101000 101101 10001110 1001000 1000100 0 101100 11101101 111000 100100

Color Harmonies of #282D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282D8E

Black with #282D8E

Text Example


Text Example

White with #282D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,45,142); }

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

background-color css

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

 a { background-color: rgb(40,45,142); }

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

border-color css

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

 span { border-color: rgb(40,45,142); }

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