Html Css Color HEX #283191 Jacksons Purple

📋 copy color: '#283191'

red 40 ◦ green 49 ◦ blue 145

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

Shades of Jacksons Purple #283191

Tints of Jacksons Purple #283191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.94%

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

R = 17.09%
G = 20.94%
B = 61.97%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#283191 (or 0x283191) is known color: Jacksons Purple. HEX triplet: 28, 31 and 91. RGB value is (40,49,145). Sum of RGB (Red+Green+Blue) = 40+49+145=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #283191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283191 is #D7CE6E. Grayscale: #383838. Windows color (decimal): -14143087 or 9515304. OLE color: 9515304.

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

Color convert

RGB 40 49 145 -
CMYK 0.72 0.66 0 0.43
HSL 234.86º 0.57% 0.36% -
HSV(B) 234.86º 0.72% 0.57% -
XYZ 7.08 4.69 27.32 -
YUV 57.25 177.52 115.69 -
System Red Green Blue C M Y K H S L
Decimal 40 49 145 0.72 0.66 0 0.43 234.86 0.57 0.36
Hex 28 31 91 48 42 0 2B EB 39 24
Octal 50 61 221 110 102 0 53 353 71 44
Binary 101000 110001 10010001 1001000 1000010 0 101011 11101011 111001 100100

Color Harmonies of #283191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283191

Black with #283191

Text Example


Text Example

White with #283191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283191; }

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

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

background-color css

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

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

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

border-color css

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

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

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