Html Css Color HEX #303496 Jacksons Purple

📋 copy color: '#303496'

red 48 ◦ green 52 ◦ blue 150

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

Shades of Jacksons Purple #303496

Tints of Jacksons Purple #303496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 60%

R = 19.2%
G = 20.8%
B = 60%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#303496 (or 0x303496) is known color: Jacksons Purple. HEX triplet: 30, 34 and 96. RGB value is (48,52,150). Sum of RGB (Red+Green+Blue) = 48+52+150=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #303496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303496 is #CFCB69. Grayscale: #3D3D3D. Windows color (decimal): -13618026 or 9843760. OLE color: 9843760.

HSL color Cylindrical-coordinate representation of color #303496: hue angle of 237.65º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303496 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 52 150 -
CMYK 0.68 0.65 0 0.41
HSL 237.65º 0.52% 0.39% -
HSV(B) 237.65º 0.68% 0.59% -
XYZ 7.95 5.29 29.46 -
YUV 61.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 48 52 150 0.68 0.65 0 0.41 237.65 0.52 0.39
Hex 30 34 96 44 41 0 29 EE 34 27
Octal 60 64 226 104 101 0 51 356 64 47
Binary 110000 110100 10010110 1000100 1000001 0 101001 11101110 110100 100111

Color Harmonies of #303496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303496

Black with #303496

Text Example


Text Example

White with #303496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303496; }

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

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

background-color css

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

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

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

border-color css

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

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

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