Html Css Color HEX #303689 Jacksons Purple

📋 copy color: '#303689'

red 48 ◦ green 54 ◦ blue 137

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

Shades of Jacksons Purple #303689

Tints of Jacksons Purple #303689

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.59%

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

R = 20.08%
G = 22.59%
B = 57.32%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#303689 (or 0x303689) is known color: Jacksons Purple. HEX triplet: 30, 36 and 89. RGB value is (48,54,137). Sum of RGB (Red+Green+Blue) = 48+54+137=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #303689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303689 is #CFC976. Grayscale: #3D3D3D. Windows color (decimal): -13617527 or 8992304. OLE color: 8992304.

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

Color convert

RGB 48 54 137 -
CMYK 0.65 0.61 0 0.46
HSL 235.96º 0.48% 0.36% -
HSV(B) 235.96º 0.65% 0.54% -
XYZ 7.05 5.07 24.27 -
YUV 61.67 170.51 118.25 -
System Red Green Blue C M Y K H S L
Decimal 48 54 137 0.65 0.61 0 0.46 235.96 0.48 0.36
Hex 30 36 89 41 3D 0 2E EC 30 24
Octal 60 66 211 101 75 0 56 354 60 44
Binary 110000 110110 10001001 1000001 111101 0 101110 11101100 110000 100100

Color Harmonies of #303689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303689

Black with #303689

Text Example


Text Example

White with #303689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303689; }

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

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

background-color css

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

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

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

border-color css

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

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

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