Html Css Color HEX #303295 Jacksons Purple

📋 copy color: '#303295'

red 48 ◦ green 50 ◦ blue 149

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

Shades of Jacksons Purple #303295

Tints of Jacksons Purple #303295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.24%

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

R = 19.43%
G = 20.24%
B = 60.32%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#303295 (or 0x303295) is known color: Jacksons Purple. HEX triplet: 30, 32 and 95. RGB value is (48,50,149). Sum of RGB (Red+Green+Blue) = 48+50+149=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #303295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303295 is #CFCD6A. Grayscale: #3C3C3C. Windows color (decimal): -13618539 or 9777712. OLE color: 9777712.

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

Color convert

RGB 48 50 149 -
CMYK 0.68 0.66 0 0.42
HSL 238.81º 0.51% 0.39% -
HSV(B) 238.81º 0.68% 0.58% -
XYZ 7.78 5.08 29 -
YUV 60.69 177.84 118.95 -
System Red Green Blue C M Y K H S L
Decimal 48 50 149 0.68 0.66 0 0.42 238.81 0.51 0.39
Hex 30 32 95 44 42 0 2A EF 33 27
Octal 60 62 225 104 102 0 52 357 63 47
Binary 110000 110010 10010101 1000100 1000010 0 101010 11101111 110011 100111

Color Harmonies of #303295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303295

Black with #303295

Text Example


Text Example

White with #303295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303295; }

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

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

background-color css

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

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

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

border-color css

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

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

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