Html Css Color HEX #283391 Jacksons Purple

📋 copy color: '#283391'

red 40 ◦ green 51 ◦ blue 145

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

Shades of Jacksons Purple #283391

Tints of Jacksons Purple #283391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

 BLUE value IS 145 (57.03% from 255) = 61.44%

R = 16.95%
G = 21.61%
B = 61.44%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#283391 (or 0x283391) is known color: Jacksons Purple. HEX triplet: 28, 33 and 91. RGB value is (40,51,145). Sum of RGB (Red+Green+Blue) = 40+51+145=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #283391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283391 is #D7CC6E. Grayscale: #3A3A3A. Windows color (decimal): -14142575 or 9515816. OLE color: 9515816.

HSL color Cylindrical-coordinate representation of color #283391: hue angle of 233.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #283391 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 51 145 -
CMYK 0.72 0.65 0 0.43
HSL 233.71º 0.57% 0.36% -
HSV(B) 233.71º 0.72% 0.57% -
XYZ 7.17 4.86 27.35 -
YUV 58.43 176.86 114.86 -
System Red Green Blue C M Y K H S L
Decimal 40 51 145 0.72 0.65 0 0.43 233.71 0.57 0.36
Hex 28 33 91 48 41 0 2B EA 39 24
Octal 50 63 221 110 101 0 53 352 71 44
Binary 101000 110011 10010001 1001000 1000001 0 101011 11101010 111001 100100

Color Harmonies of #283391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283391

Black with #283391

Text Example


Text Example

White with #283391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283391; }

 p { color: rgb(40,51,145); }

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

background-color css

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

 a { background-color: rgb(40,51,145); }

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

border-color css

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

 span { border-color: rgb(40,51,145); }

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