Html Css Color HEX #303595 Jacksons Purple

📋 copy color: '#303595'

red 48 ◦ green 53 ◦ blue 149

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

Shades of Jacksons Purple #303595

Tints of Jacksons Purple #303595

RGB

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

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

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

R = 19.2%
G = 21.2%
B = 59.6%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#303595 (or 0x303595) is known color: Jacksons Purple. HEX triplet: 30, 35 and 95. RGB value is (48,53,149). Sum of RGB (Red+Green+Blue) = 48+53+149=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #303595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303595 is #CFCA6A. Grayscale: #3E3E3E. Windows color (decimal): -13617771 or 9778480. OLE color: 9778480.

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

Color convert

RGB 48 53 149 -
CMYK 0.68 0.64 0 0.42
HSL 237.03º 0.51% 0.39% -
HSV(B) 237.03º 0.68% 0.58% -
XYZ 7.92 5.34 29.05 -
YUV 62.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 48 53 149 0.68 0.64 0 0.42 237.03 0.51 0.39
Hex 30 35 95 44 40 0 2A ED 33 27
Octal 60 65 225 104 100 0 52 355 63 47
Binary 110000 110101 10010101 1000100 1000000 0 101010 11101101 110011 100111

Color Harmonies of #303595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303595

Black with #303595

Text Example


Text Example

White with #303595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303595; }

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

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

background-color css

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

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

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

border-color css

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

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

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