Html Css Color HEX #303095 Jacksons Purple

📋 copy color: '#303095'

red 48 ◦ green 48 ◦ blue 149

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

Shades of Jacksons Purple #303095

Tints of Jacksons Purple #303095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.59%

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

R = 19.59%
G = 19.59%
B = 60.82%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#303095 (or 0x303095) is known color: Jacksons Purple. HEX triplet: 30, 30 and 95. RGB value is (48,48,149). Sum of RGB (Red+Green+Blue) = 48+48+149=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #303095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303095 is #CFCF6A. Grayscale: #3B3B3B. Windows color (decimal): -13619051 or 9777200. OLE color: 9777200.

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

Color convert

RGB 48 48 149 -
CMYK 0.68 0.68 0 0.42
HSL 240º 0.51% 0.39% -
HSV(B) 240º 0.68% 0.58% -
XYZ 7.7 4.91 28.98 -
YUV 59.51 178.5 119.79 -
System Red Green Blue C M Y K H S L
Decimal 48 48 149 0.68 0.68 0 0.42 240 0.51 0.39
Hex 30 30 95 44 44 0 2A F0 33 27
Octal 60 60 225 104 104 0 52 360 63 47
Binary 110000 110000 10010101 1000100 1000100 0 101010 11110000 110011 100111

Color Harmonies of #303095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303095

Black with #303095

Text Example


Text Example

White with #303095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303095; }

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

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

background-color css

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

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

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

border-color css

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

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

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