Html Css Color HEX #303691 Jacksons Purple

📋 copy color: '#303691'

red 48 ◦ green 54 ◦ blue 145

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

Shades of Jacksons Purple #303691

Tints of Jacksons Purple #303691

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

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

R = 19.43%
G = 21.86%
B = 58.7%

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

#303691 (or 0x303691) is known color: Jacksons Purple. HEX triplet: 30, 36 and 91. RGB value is (48,54,145). Sum of RGB (Red+Green+Blue) = 48+54+145=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #303691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303691 is #CFC96E. Grayscale: #3E3E3E. Windows color (decimal): -13617519 or 9516592. OLE color: 9516592.

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

Color convert

RGB 48 54 145 -
CMYK 0.67 0.63 0 0.43
HSL 236.29º 0.5% 0.38% -
HSV(B) 236.29º 0.67% 0.57% -
XYZ 7.65 5.31 27.41 -
YUV 62.58 174.51 117.6 -
System Red Green Blue C M Y K H S L
Decimal 48 54 145 0.67 0.63 0 0.43 236.29 0.5 0.38
Hex 30 36 91 43 3F 0 2B EC 32 26
Octal 60 66 221 103 77 0 53 354 62 46
Binary 110000 110110 10010001 1000011 111111 0 101011 11101100 110010 100110

Color Harmonies of #303691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303691

Black with #303691

Text Example


Text Example

White with #303691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303691; }

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

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

background-color css

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

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

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

border-color css

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

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

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