Html Css Color HEX #303591 Jacksons Purple

📋 copy color: '#303591'

red 48 ◦ green 53 ◦ blue 145

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

Shades of Jacksons Purple #303591

Tints of Jacksons Purple #303591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

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

R = 19.51%
G = 21.54%
B = 58.94%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#303591 (or 0x303591) is known color: Jacksons Purple. HEX triplet: 30, 35 and 91. RGB value is (48,53,145). Sum of RGB (Red+Green+Blue) = 48+53+145=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #303591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303591 is #CFCA6E. Grayscale: #3D3D3D. Windows color (decimal): -13617775 or 9516336. OLE color: 9516336.

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

Color convert

RGB 48 53 145 -
CMYK 0.67 0.63 0 0.43
HSL 236.91º 0.5% 0.38% -
HSV(B) 236.91º 0.67% 0.57% -
XYZ 7.6 5.22 27.39 -
YUV 61.99 174.84 118.02 -
System Red Green Blue C M Y K H S L
Decimal 48 53 145 0.67 0.63 0 0.43 236.91 0.5 0.38
Hex 30 35 91 43 3F 0 2B ED 32 26
Octal 60 65 221 103 77 0 53 355 62 46
Binary 110000 110101 10010001 1000011 111111 0 101011 11101101 110010 100110

Color Harmonies of #303591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303591

Black with #303591

Text Example


Text Example

White with #303591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303591; }

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

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

background-color css

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

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

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

border-color css

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

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

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