Html Css Color HEX #283491 Jacksons Purple

📋 copy color: '#283491'

red 40 ◦ green 52 ◦ blue 145

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

Shades of Jacksons Purple #283491

Tints of Jacksons Purple #283491

RGB

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

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

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

R = 16.88%
G = 21.94%
B = 61.18%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#283491 (or 0x283491) is known color: Jacksons Purple. HEX triplet: 28, 34 and 91. RGB value is (40,52,145). Sum of RGB (Red+Green+Blue) = 40+52+145=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #283491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283491 is #D7CB6E. Grayscale: #3A3A3A. Windows color (decimal): -14142319 or 9516072. OLE color: 9516072.

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

Color convert

RGB 40 52 145 -
CMYK 0.72 0.64 0 0.43
HSL 233.14º 0.57% 0.36% -
HSV(B) 233.14º 0.72% 0.57% -
XYZ 7.21 4.95 27.36 -
YUV 59.01 176.52 114.44 -
System Red Green Blue C M Y K H S L
Decimal 40 52 145 0.72 0.64 0 0.43 233.14 0.57 0.36
Hex 28 34 91 48 40 0 2B E9 39 24
Octal 50 64 221 110 100 0 53 351 71 44
Binary 101000 110100 10010001 1001000 1000000 0 101011 11101001 111001 100100

Color Harmonies of #283491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283491

Black with #283491

Text Example


Text Example

White with #283491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283491; }

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

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

background-color css

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

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

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

border-color css

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

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

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