Html Css Color HEX #283192 Jacksons Purple

📋 copy color: '#283192'

red 40 ◦ green 49 ◦ blue 146

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

Shades of Jacksons Purple #283192

Tints of Jacksons Purple #283192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.13%

R = 17.02%
G = 20.85%
B = 62.13%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#283192 (or 0x283192) is known color: Jacksons Purple. HEX triplet: 28, 31 and 92. RGB value is (40,49,146). Sum of RGB (Red+Green+Blue) = 40+49+146=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #283192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283192 is #D7CE6D. Grayscale: #383838. Windows color (decimal): -14143086 or 9580840. OLE color: 9580840.

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

Color convert

RGB 40 49 146 -
CMYK 0.73 0.66 0 0.43
HSL 234.91º 0.57% 0.36% -
HSV(B) 234.91º 0.73% 0.57% -
XYZ 7.16 4.72 27.73 -
YUV 57.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 40 49 146 0.73 0.66 0 0.43 234.91 0.57 0.36
Hex 28 31 92 49 42 0 2B EB 39 24
Octal 50 61 222 111 102 0 53 353 71 44
Binary 101000 110001 10010010 1001001 1000010 0 101011 11101011 111001 100100

Color Harmonies of #283192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283192

Black with #283192

Text Example


Text Example

White with #283192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283192; }

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

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

background-color css

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

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

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

border-color css

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

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

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