Html Css Color HEX #282990 Jacksons Purple

📋 copy color: '#282990'

red 40 ◦ green 41 ◦ blue 144

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

Shades of Jacksons Purple #282990

Tints of Jacksons Purple #282990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.22%

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

R = 17.78%
G = 18.22%
B = 64%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#282990 (or 0x282990) is known color: Jacksons Purple. HEX triplet: 28, 29 and 90. RGB value is (40,41,144). Sum of RGB (Red+Green+Blue) = 40+41+144=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #282990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282990 is #D7D66F. Grayscale: #343434. Windows color (decimal): -14145136 or 9447720. OLE color: 9447720.

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

Color convert

RGB 40 41 144 -
CMYK 0.72 0.72 0 0.44
HSL 239.42º 0.57% 0.36% -
HSV(B) 239.42º 0.72% 0.56% -
XYZ 6.7 4.05 26.81 -
YUV 52.44 179.67 119.12 -
System Red Green Blue C M Y K H S L
Decimal 40 41 144 0.72 0.72 0 0.44 239.42 0.57 0.36
Hex 28 29 90 48 48 0 2C EF 39 24
Octal 50 51 220 110 110 0 54 357 71 44
Binary 101000 101001 10010000 1001000 1001000 0 101100 11101111 111001 100100

Color Harmonies of #282990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282990

Black with #282990

Text Example


Text Example

White with #282990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282990; }

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

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

background-color css

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

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

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

border-color css

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

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

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