Html Css Color HEX #303B93 Jacksons Purple

📋 copy color: '#303B93'

red 48 ◦ green 59 ◦ blue 147

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

Shades of Jacksons Purple #303B93

Tints of Jacksons Purple #303B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 57.87%

R = 18.9%
G = 23.23%
B = 57.87%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#303B93 (or 0x303B93) is known color: Jacksons Purple. HEX triplet: 30, 3B and 93. RGB value is (48,59,147). Sum of RGB (Red+Green+Blue) = 48+59+147=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #303B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303B93 is #CFC46C. Grayscale: #414141. Windows color (decimal): -13616237 or 9648944. OLE color: 9648944.

HSL color Cylindrical-coordinate representation of color #303B93: hue angle of 233.33º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303B93 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 59 147 -
CMYK 0.67 0.60 0 0.42
HSL 233.33º 0.51% 0.38% -
HSV(B) 233.33º 0.67% 0.58% -
XYZ 8.05 5.86 28.31 -
YUV 65.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 48 59 147 0.67 0.60 0 0.42 233.33 0.51 0.38
Hex 30 3B 93 43 3C 0 2A E9 33 26
Octal 60 73 223 103 74 0 52 351 63 46
Binary 110000 111011 10010011 1000011 111100 0 101010 11101001 110011 100110

Color Harmonies of #303B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B93

Black with #303B93

Text Example


Text Example

White with #303B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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