Html Css Color HEX #303889 Jacksons Purple

📋 copy color: '#303889'

red 48 ◦ green 56 ◦ blue 137

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

Shades of Jacksons Purple #303889

Tints of Jacksons Purple #303889

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

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

R = 19.92%
G = 23.24%
B = 56.85%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#303889 (or 0x303889) is known color: Jacksons Purple. HEX triplet: 30, 38 and 89. RGB value is (48,56,137). Sum of RGB (Red+Green+Blue) = 48+56+137=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #303889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303889 is #CFC776. Grayscale: #3E3E3E. Windows color (decimal): -13617015 or 8992816. OLE color: 8992816.

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

Color convert

RGB 48 56 137 -
CMYK 0.65 0.59 0 0.46
HSL 234.61º 0.48% 0.36% -
HSV(B) 234.61º 0.65% 0.54% -
XYZ 7.15 5.26 24.31 -
YUV 62.84 169.85 117.41 -
System Red Green Blue C M Y K H S L
Decimal 48 56 137 0.65 0.59 0 0.46 234.61 0.48 0.36
Hex 30 38 89 41 3B 0 2E EB 30 24
Octal 60 70 211 101 73 0 56 353 60 44
Binary 110000 111000 10001001 1000001 111011 0 101110 11101011 110000 100100

Color Harmonies of #303889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303889

Black with #303889

Text Example


Text Example

White with #303889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303889; }

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

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

background-color css

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

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

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

border-color css

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

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

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