Html Css Color HEX #303890 Jacksons Purple

📋 copy color: '#303890'

red 48 ◦ green 56 ◦ blue 144

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

Shades of Jacksons Purple #303890

Tints of Jacksons Purple #303890

RGB

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

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

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

R = 19.35%
G = 22.58%
B = 58.06%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#303890 (or 0x303890) is known color: Jacksons Purple. HEX triplet: 30, 38 and 90. RGB value is (48,56,144). Sum of RGB (Red+Green+Blue) = 48+56+144=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #303890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303890 is #CFC76F. Grayscale: #3F3F3F. Windows color (decimal): -13617008 or 9451568. OLE color: 9451568.

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

Color convert

RGB 48 56 144 -
CMYK 0.67 0.61 0 0.44
HSL 235º 0.5% 0.38% -
HSV(B) 235º 0.67% 0.56% -
XYZ 7.67 5.47 27.04 -
YUV 63.64 173.35 116.84 -
System Red Green Blue C M Y K H S L
Decimal 48 56 144 0.67 0.61 0 0.44 235 0.5 0.38
Hex 30 38 90 43 3D 0 2C EB 32 26
Octal 60 70 220 103 75 0 54 353 62 46
Binary 110000 111000 10010000 1000011 111101 0 101100 11101011 110010 100110

Color Harmonies of #303890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303890

Black with #303890

Text Example


Text Example

White with #303890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303890; }

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

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

background-color css

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

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

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

border-color css

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

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

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