Html Css Color HEX #303495 Jacksons Purple

📋 copy color: '#303495'

red 48 ◦ green 52 ◦ blue 149

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

Shades of Jacksons Purple #303495

Tints of Jacksons Purple #303495

RGB

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

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

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

R = 19.28%
G = 20.88%
B = 59.84%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#303495 (or 0x303495) is known color: Jacksons Purple. HEX triplet: 30, 34 and 95. RGB value is (48,52,149). Sum of RGB (Red+Green+Blue) = 48+52+149=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #303495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303495 is #CFCB6A. Grayscale: #3D3D3D. Windows color (decimal): -13618027 or 9778224. OLE color: 9778224.

HSL color Cylindrical-coordinate representation of color #303495: hue angle of 237.62º 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 #303495 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 52 149 -
CMYK 0.68 0.65 0 0.42
HSL 237.62º 0.51% 0.39% -
HSV(B) 237.62º 0.68% 0.58% -
XYZ 7.87 5.25 29.03 -
YUV 61.86 177.17 118.11 -
System Red Green Blue C M Y K H S L
Decimal 48 52 149 0.68 0.65 0 0.42 237.62 0.51 0.39
Hex 30 34 95 44 41 0 2A EE 33 27
Octal 60 64 225 104 101 0 52 356 63 47
Binary 110000 110100 10010101 1000100 1000001 0 101010 11101110 110011 100111

Color Harmonies of #303495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303495

Black with #303495

Text Example


Text Example

White with #303495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303495; }

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

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

background-color css

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

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

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

border-color css

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

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

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