Html Css Color HEX #303995 Jacksons Purple

📋 copy color: '#303995'

red 48 ◦ green 57 ◦ blue 149

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

Shades of Jacksons Purple #303995

Tints of Jacksons Purple #303995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.44%

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

R = 18.9%
G = 22.44%
B = 58.66%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#303995 (or 0x303995) is known color: Jacksons Purple. HEX triplet: 30, 39 and 95. RGB value is (48,57,149). Sum of RGB (Red+Green+Blue) = 48+57+149=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #303995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303995 is #CFC66A. Grayscale: #404040. Windows color (decimal): -13616747 or 9779504. OLE color: 9779504.

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

Color convert

RGB 48 57 149 -
CMYK 0.68 0.62 0 0.42
HSL 234.65º 0.51% 0.39% -
HSV(B) 234.65º 0.68% 0.58% -
XYZ 8.11 5.72 29.11 -
YUV 64.8 175.52 116.02 -
System Red Green Blue C M Y K H S L
Decimal 48 57 149 0.68 0.62 0 0.42 234.65 0.51 0.39
Hex 30 39 95 44 3E 0 2A EB 33 27
Octal 60 71 225 104 76 0 52 353 63 47
Binary 110000 111001 10010101 1000100 111110 0 101010 11101011 110011 100111

Color Harmonies of #303995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303995

Black with #303995

Text Example


Text Example

White with #303995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303995; }

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

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

background-color css

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

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

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

border-color css

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

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

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