Html Css Color HEX #282D8D Jacksons Purple

📋 copy color: '#282D8D'

red 40 ◦ green 45 ◦ blue 141

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

Shades of Jacksons Purple #282D8D

Tints of Jacksons Purple #282D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 62.39%

R = 17.7%
G = 19.91%
B = 62.39%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#282D8D (or 0x282D8D) is known color: Jacksons Purple. HEX triplet: 28, 2D and 8D. RGB value is (40,45,141). Sum of RGB (Red+Green+Blue) = 40+45+141=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #282D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282D8D is #D7D272. Grayscale: #363636. Windows color (decimal): -14144115 or 9252136. OLE color: 9252136.

HSL color Cylindrical-coordinate representation of color #282D8D: hue angle of 237.03º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #282D8D is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 45 141 -
CMYK 0.72 0.68 0 0.45
HSL 237.03º 0.56% 0.35% -
HSV(B) 237.03º 0.72% 0.55% -
XYZ 6.62 4.25 25.67 -
YUV 54.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 40 45 141 0.72 0.68 0 0.45 237.03 0.56 0.35
Hex 28 2D 8D 48 44 0 2D ED 38 23
Octal 50 55 215 110 104 0 55 355 70 43
Binary 101000 101101 10001101 1001000 1000100 0 101101 11101101 111000 100011

Color Harmonies of #282D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282D8D

Black with #282D8D

Text Example


Text Example

White with #282D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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