Html Css Color HEX #283490 Jacksons Purple

📋 copy color: '#283490'

red 40 ◦ green 52 ◦ blue 144

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

Shades of Jacksons Purple #283490

Tints of Jacksons Purple #283490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.03%

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

R = 16.95%
G = 22.03%
B = 61.02%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#283490 (or 0x283490) is known color: Jacksons Purple. HEX triplet: 28, 34 and 90. RGB value is (40,52,144). Sum of RGB (Red+Green+Blue) = 40+52+144=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #283490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283490 is #D7CB6F. Grayscale: #3A3A3A. Windows color (decimal): -14142320 or 9450536. OLE color: 9450536.

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

Color convert

RGB 40 52 144 -
CMYK 0.72 0.64 0 0.44
HSL 233.08º 0.57% 0.36% -
HSV(B) 233.08º 0.72% 0.56% -
XYZ 7.14 4.92 26.96 -
YUV 58.9 176.02 114.52 -
System Red Green Blue C M Y K H S L
Decimal 40 52 144 0.72 0.64 0 0.44 233.08 0.57 0.36
Hex 28 34 90 48 40 0 2C E9 39 24
Octal 50 64 220 110 100 0 54 351 71 44
Binary 101000 110100 10010000 1001000 1000000 0 101100 11101001 111001 100100

Color Harmonies of #283490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283490

Black with #283490

Text Example


Text Example

White with #283490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283490; }

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

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

background-color css

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

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

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

border-color css

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

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

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