Html Css Color HEX #282C8E Jacksons Purple

📋 copy color: '#282C8E'

red 40 ◦ green 44 ◦ blue 142

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

Shades of Jacksons Purple #282C8E

Tints of Jacksons Purple #282C8E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.47%

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

R = 17.7%
G = 19.47%
B = 62.83%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#282C8E (or 0x282C8E) is known color: Jacksons Purple. HEX triplet: 28, 2C and 8E. RGB value is (40,44,142). Sum of RGB (Red+Green+Blue) = 40+44+142=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #282C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C8E is #D7D371. Grayscale: #353535. Windows color (decimal): -14144370 or 9317416. OLE color: 9317416.

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

Color convert

RGB 40 44 142 -
CMYK 0.72 0.69 0 0.44
HSL 237.65º 0.56% 0.36% -
HSV(B) 237.65º 0.72% 0.56% -
XYZ 6.66 4.21 26.05 -
YUV 53.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 40 44 142 0.72 0.69 0 0.44 237.65 0.56 0.36
Hex 28 2C 8E 48 45 0 2C EE 38 24
Octal 50 54 216 110 105 0 54 356 70 44
Binary 101000 101100 10001110 1001000 1000101 0 101100 11101110 111000 100100

Color Harmonies of #282C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282C8E

Black with #282C8E

Text Example


Text Example

White with #282C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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