Html Css Color HEX #303194 Jacksons Purple

📋 copy color: '#303194'

red 48 ◦ green 49 ◦ blue 148

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

Shades of Jacksons Purple #303194

Tints of Jacksons Purple #303194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

 BLUE value IS 148 (58.2% from 255) = 60.41%

R = 19.59%
G = 20%
B = 60.41%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#303194 (or 0x303194) is known color: Jacksons Purple. HEX triplet: 30, 31 and 94. RGB value is (48,49,148). Sum of RGB (Red+Green+Blue) = 48+49+148=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #303194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303194 is #CFCE6B. Grayscale: #3B3B3B. Windows color (decimal): -13618796 or 9711920. OLE color: 9711920.

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

Color convert

RGB 48 49 148 -
CMYK 0.68 0.67 0 0.42
HSL 239.4º 0.51% 0.38% -
HSV(B) 239.4º 0.68% 0.58% -
XYZ 7.66 4.96 28.57 -
YUV 59.99 177.67 119.45 -
System Red Green Blue C M Y K H S L
Decimal 48 49 148 0.68 0.67 0 0.42 239.4 0.51 0.38
Hex 30 31 94 44 43 0 2A EF 33 26
Octal 60 61 224 104 103 0 52 357 63 46
Binary 110000 110001 10010100 1000100 1000011 0 101010 11101111 110011 100110

Color Harmonies of #303194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303194

Black with #303194

Text Example


Text Example

White with #303194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303194; }

 p { color: rgb(48,49,148); }

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

background-color css

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

 a { background-color: rgb(48,49,148); }

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

border-color css

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

 span { border-color: rgb(48,49,148); }

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