Html Css Color HEX #303389 Jacksons Purple

📋 copy color: '#303389'

red 48 ◦ green 51 ◦ blue 137

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

Shades of Jacksons Purple #303389

Tints of Jacksons Purple #303389

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

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

R = 20.34%
G = 21.61%
B = 58.05%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#303389 (or 0x303389) is known color: Jacksons Purple. HEX triplet: 30, 33 and 89. RGB value is (48,51,137). Sum of RGB (Red+Green+Blue) = 48+51+137=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #303389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303389 is #CFCC76. Grayscale: #3B3B3B. Windows color (decimal): -13618295 or 8991536. OLE color: 8991536.

HSL color Cylindrical-coordinate representation of color #303389: hue angle of 237.98º 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 #303389 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 51 137 -
CMYK 0.65 0.63 0 0.46
HSL 237.98º 0.48% 0.36% -
HSV(B) 237.98º 0.65% 0.54% -
XYZ 6.92 4.8 24.23 -
YUV 59.91 171.51 119.51 -
System Red Green Blue C M Y K H S L
Decimal 48 51 137 0.65 0.63 0 0.46 237.98 0.48 0.36
Hex 30 33 89 41 3F 0 2E EE 30 24
Octal 60 63 211 101 77 0 56 356 60 44
Binary 110000 110011 10001001 1000001 111111 0 101110 11101110 110000 100100

Color Harmonies of #303389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303389

Black with #303389

Text Example


Text Example

White with #303389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303389; }

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

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

background-color css

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

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

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

border-color css

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

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

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