Html Css Color HEX #283190 Jacksons Purple

📋 copy color: '#283190'

red 40 ◦ green 49 ◦ blue 144

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

Shades of Jacksons Purple #283190

Tints of Jacksons Purple #283190

RGB

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

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

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

R = 17.17%
G = 21.03%
B = 61.8%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#283190 (or 0x283190) is known color: Jacksons Purple. HEX triplet: 28, 31 and 90. RGB value is (40,49,144). Sum of RGB (Red+Green+Blue) = 40+49+144=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #283190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283190 is #D7CE6F. Grayscale: #383838. Windows color (decimal): -14143088 or 9449768. OLE color: 9449768.

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

Color convert

RGB 40 49 144 -
CMYK 0.72 0.66 0 0.44
HSL 234.81º 0.57% 0.36% -
HSV(B) 234.81º 0.72% 0.56% -
XYZ 7.01 4.66 26.92 -
YUV 57.14 177.02 115.78 -
System Red Green Blue C M Y K H S L
Decimal 40 49 144 0.72 0.66 0 0.44 234.81 0.57 0.36
Hex 28 31 90 48 42 0 2C EB 39 24
Octal 50 61 220 110 102 0 54 353 71 44
Binary 101000 110001 10010000 1001000 1000010 0 101100 11101011 111001 100100

Color Harmonies of #283190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283190

Black with #283190

Text Example


Text Example

White with #283190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283190; }

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

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

background-color css

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

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

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

border-color css

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

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

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