Html Css Color HEX #303B90 Jacksons Purple

📋 copy color: '#303B90'

red 48 ◦ green 59 ◦ blue 144

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

Shades of Jacksons Purple #303B90

Tints of Jacksons Purple #303B90

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.51%

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

R = 19.12%
G = 23.51%
B = 57.37%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#303B90 (or 0x303B90) is known color: Jacksons Purple. HEX triplet: 30, 3B and 90. RGB value is (48,59,144). Sum of RGB (Red+Green+Blue) = 48+59+144=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #303B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303B90 is #CFC46F. Grayscale: #414141. Windows color (decimal): -13616240 or 9452336. OLE color: 9452336.

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

Color convert

RGB 48 59 144 -
CMYK 0.67 0.59 0 0.44
HSL 233.13º 0.5% 0.38% -
HSV(B) 233.13º 0.67% 0.56% -
XYZ 7.82 5.77 27.09 -
YUV 65.4 172.36 115.59 -
System Red Green Blue C M Y K H S L
Decimal 48 59 144 0.67 0.59 0 0.44 233.13 0.5 0.38
Hex 30 3B 90 43 3B 0 2C E9 32 26
Octal 60 73 220 103 73 0 54 351 62 46
Binary 110000 111011 10010000 1000011 111011 0 101100 11101001 110010 100110

Color Harmonies of #303B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B90

Black with #303B90

Text Example


Text Example

White with #303B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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