Html Css Color HEX #282E90 Jacksons Purple

📋 copy color: '#282E90'

red 40 ◦ green 46 ◦ blue 144

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

Shades of Jacksons Purple #282E90

Tints of Jacksons Purple #282E90

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20%

 BLUE value IS 144 (56.64% from 255) = 62.61%

R = 17.39%
G = 20%
B = 62.61%

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

#282E90 (or 0x282E90) is known color: Jacksons Purple. HEX triplet: 28, 2E and 90. RGB value is (40,46,144). Sum of RGB (Red+Green+Blue) = 40+46+144=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #282E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282E90 is #D7D16F. Grayscale: #363636. Windows color (decimal): -14143856 or 9449000. OLE color: 9449000.

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

Color convert

RGB 40 46 144 -
CMYK 0.72 0.68 0 0.44
HSL 236.54º 0.57% 0.36% -
HSV(B) 236.54º 0.72% 0.56% -
XYZ 6.89 4.42 26.88 -
YUV 55.38 178.01 117.03 -
System Red Green Blue C M Y K H S L
Decimal 40 46 144 0.72 0.68 0 0.44 236.54 0.57 0.36
Hex 28 2E 90 48 44 0 2C ED 39 24
Octal 50 56 220 110 104 0 54 355 71 44
Binary 101000 101110 10010000 1001000 1000100 0 101100 11101101 111001 100100

Color Harmonies of #282E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282E90

Black with #282E90

Text Example


Text Example

White with #282E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,46,144); }

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

background-color css

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

 a { background-color: rgb(40,46,144); }

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

border-color css

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

 span { border-color: rgb(40,46,144); }

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