Html Css Color HEX #303795 Jacksons Purple

📋 copy color: '#303795'

red 48 ◦ green 55 ◦ blue 149

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

Shades of Jacksons Purple #303795

Tints of Jacksons Purple #303795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 149 (58.59% from 255) = 59.13%

R = 19.05%
G = 21.83%
B = 59.13%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#303795 (or 0x303795) is known color: Jacksons Purple. HEX triplet: 30, 37 and 95. RGB value is (48,55,149). Sum of RGB (Red+Green+Blue) = 48+55+149=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #303795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303795 is #CFC86A. Grayscale: #3F3F3F. Windows color (decimal): -13617259 or 9778992. OLE color: 9778992.

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

Color convert

RGB 48 55 149 -
CMYK 0.68 0.63 0 0.42
HSL 235.84º 0.51% 0.39% -
HSV(B) 235.84º 0.68% 0.58% -
XYZ 8.01 5.53 29.08 -
YUV 63.62 176.18 116.86 -
System Red Green Blue C M Y K H S L
Decimal 48 55 149 0.68 0.63 0 0.42 235.84 0.51 0.39
Hex 30 37 95 44 3F 0 2A EC 33 27
Octal 60 67 225 104 77 0 52 354 63 47
Binary 110000 110111 10010101 1000100 111111 0 101010 11101100 110011 100111

Color Harmonies of #303795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303795

Black with #303795

Text Example


Text Example

White with #303795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303795; }

 p { color: rgb(48,55,149); }

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

background-color css

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

 a { background-color: rgb(48,55,149); }

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

border-color css

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

 span { border-color: rgb(48,55,149); }

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