Html Css Color HEX #303396 Jacksons Purple

📋 copy color: '#303396'

red 48 ◦ green 51 ◦ blue 150

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

Shades of Jacksons Purple #303396

Tints of Jacksons Purple #303396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.48%

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

R = 19.28%
G = 20.48%
B = 60.24%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#303396 (or 0x303396) is known color: Jacksons Purple. HEX triplet: 30, 33 and 96. RGB value is (48,51,150). Sum of RGB (Red+Green+Blue) = 48+51+150=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #303396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303396 is #CFCC69. Grayscale: #3C3C3C. Windows color (decimal): -13618282 or 9843504. OLE color: 9843504.

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

Color convert

RGB 48 51 150 -
CMYK 0.68 0.66 0 0.41
HSL 238.24º 0.52% 0.39% -
HSV(B) 238.24º 0.68% 0.59% -
XYZ 7.91 5.2 29.44 -
YUV 61.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 48 51 150 0.68 0.66 0 0.41 238.24 0.52 0.39
Hex 30 33 96 44 42 0 29 EE 34 27
Octal 60 63 226 104 102 0 51 356 64 47
Binary 110000 110011 10010110 1000100 1000010 0 101001 11101110 110100 100111

Color Harmonies of #303396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303396

Black with #303396

Text Example


Text Example

White with #303396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303396; }

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

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

background-color css

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

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

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

border-color css

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

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

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