Html Css Color HEX #303189 Jacksons Purple

📋 copy color: '#303189'

red 48 ◦ green 49 ◦ blue 137

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

Shades of Jacksons Purple #303189

Tints of Jacksons Purple #303189

RGB

 RED value IS 48 (19.14% from 255) = 20.51%

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

 BLUE value IS 137 (53.91% from 255) = 58.55%

R = 20.51%
G = 20.94%
B = 58.55%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#303189 (or 0x303189) is known color: Jacksons Purple. HEX triplet: 30, 31 and 89. RGB value is (48,49,137). Sum of RGB (Red+Green+Blue) = 48+49+137=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #303189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303189 is #CFCE76. Grayscale: #3A3A3A. Windows color (decimal): -13618807 or 8991024. OLE color: 8991024.

HSL color Cylindrical-coordinate representation of color #303189: hue angle of 239.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303189 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 49 137 -
CMYK 0.65 0.64 0 0.46
HSL 239.33º 0.48% 0.36% -
HSV(B) 239.33º 0.65% 0.54% -
XYZ 6.83 4.63 24.2 -
YUV 58.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 48 49 137 0.65 0.64 0 0.46 239.33 0.48 0.36
Hex 30 31 89 41 40 0 2E EF 30 24
Octal 60 61 211 101 100 0 56 357 60 44
Binary 110000 110001 10001001 1000001 1000000 0 101110 11101111 110000 100100

Color Harmonies of #303189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303189

Black with #303189

Text Example


Text Example

White with #303189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303189; }

 p { color: rgb(48,49,137); }

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

background-color css

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

 a { background-color: rgb(48,49,137); }

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

border-color css

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

 span { border-color: rgb(48,49,137); }

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