Html Css Color HEX #303491 Jacksons Purple

📋 copy color: '#303491'

red 48 ◦ green 52 ◦ blue 145

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

Shades of Jacksons Purple #303491

Tints of Jacksons Purple #303491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

 BLUE value IS 145 (57.03% from 255) = 59.18%

R = 19.59%
G = 21.22%
B = 59.18%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#303491 (or 0x303491) is known color: Jacksons Purple. HEX triplet: 30, 34 and 91. RGB value is (48,52,145). Sum of RGB (Red+Green+Blue) = 48+52+145=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #303491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303491 is #CFCB6E. Grayscale: #3D3D3D. Windows color (decimal): -13618031 or 9516080. OLE color: 9516080.

HSL color Cylindrical-coordinate representation of color #303491: hue angle of 237.53º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303491 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 52 145 -
CMYK 0.67 0.64 0 0.43
HSL 237.53º 0.5% 0.38% -
HSV(B) 237.53º 0.67% 0.57% -
XYZ 7.56 5.13 27.38 -
YUV 61.41 175.17 118.44 -
System Red Green Blue C M Y K H S L
Decimal 48 52 145 0.67 0.64 0 0.43 237.53 0.5 0.38
Hex 30 34 91 43 40 0 2B EE 32 26
Octal 60 64 221 103 100 0 53 356 62 46
Binary 110000 110100 10010001 1000011 1000000 0 101011 11101110 110010 100110

Color Harmonies of #303491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303491

Black with #303491

Text Example


Text Example

White with #303491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303491; }

 p { color: rgb(48,52,145); }

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

background-color css

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

 a { background-color: rgb(48,52,145); }

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

border-color css

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

 span { border-color: rgb(48,52,145); }

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