Html Css Color HEX #303390 Jacksons Purple

📋 copy color: '#303390'

red 48 ◦ green 51 ◦ blue 144

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

Shades of Jacksons Purple #303390

Tints of Jacksons Purple #303390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 59.26%

R = 19.75%
G = 20.99%
B = 59.26%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#303390 (or 0x303390) is known color: Jacksons Purple. HEX triplet: 30, 33 and 90. RGB value is (48,51,144). Sum of RGB (Red+Green+Blue) = 48+51+144=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #303390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303390 is #CFCC6F. Grayscale: #3C3C3C. Windows color (decimal): -13618288 or 9450288. OLE color: 9450288.

HSL color Cylindrical-coordinate representation of color #303390: hue angle of 238.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303390 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 51 144 -
CMYK 0.67 0.65 0 0.44
HSL 238.13º 0.5% 0.38% -
HSV(B) 238.13º 0.67% 0.56% -
XYZ 7.44 5.01 26.96 -
YUV 60.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 48 51 144 0.67 0.65 0 0.44 238.13 0.5 0.38
Hex 30 33 90 43 41 0 2C EE 32 26
Octal 60 63 220 103 101 0 54 356 62 46
Binary 110000 110011 10010000 1000011 1000001 0 101100 11101110 110010 100110

Color Harmonies of #303390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303390

Black with #303390

Text Example


Text Example

White with #303390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303390; }

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

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

background-color css

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

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

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

border-color css

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

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

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