Html Css Color HEX #303190 Jacksons Purple

📋 copy color: '#303190'

red 48 ◦ green 49 ◦ blue 144

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

Shades of Jacksons Purple #303190

Tints of Jacksons Purple #303190

RGB

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

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

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

R = 19.92%
G = 20.33%
B = 59.75%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#303190 (or 0x303190) is known color: Jacksons Purple. HEX triplet: 30, 31 and 90. RGB value is (48,49,144). Sum of RGB (Red+Green+Blue) = 48+49+144=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #303190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303190 is #CFCE6F. Grayscale: #3B3B3B. Windows color (decimal): -13618800 or 9449776. OLE color: 9449776.

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

Color convert

RGB 48 49 144 -
CMYK 0.67 0.66 0 0.44
HSL 239.38º 0.5% 0.38% -
HSV(B) 239.38º 0.67% 0.56% -
XYZ 7.35 4.84 26.93 -
YUV 59.53 175.67 119.78 -
System Red Green Blue C M Y K H S L
Decimal 48 49 144 0.67 0.66 0 0.44 239.38 0.5 0.38
Hex 30 31 90 43 42 0 2C EF 32 26
Octal 60 61 220 103 102 0 54 357 62 46
Binary 110000 110001 10010000 1000011 1000010 0 101100 11101111 110010 100110

Color Harmonies of #303190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303190

Black with #303190

Text Example


Text Example

White with #303190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303190; }

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

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

background-color css

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

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

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

border-color css

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

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

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