Html Css Color HEX #303996 Jacksons Purple

📋 copy color: '#303996'

red 48 ◦ green 57 ◦ blue 150

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

Shades of Jacksons Purple #303996

Tints of Jacksons Purple #303996

RGB

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

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

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

R = 18.82%
G = 22.35%
B = 58.82%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#303996 (or 0x303996) is known color: Jacksons Purple. HEX triplet: 30, 39 and 96. RGB value is (48,57,150). Sum of RGB (Red+Green+Blue) = 48+57+150=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #303996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303996 is #CFC669. Grayscale: #404040. Windows color (decimal): -13616746 or 9845040. OLE color: 9845040.

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

Color convert

RGB 48 57 150 -
CMYK 0.68 0.62 0 0.41
HSL 234.71º 0.52% 0.39% -
HSV(B) 234.71º 0.68% 0.59% -
XYZ 8.19 5.76 29.53 -
YUV 64.91 176.02 115.94 -
System Red Green Blue C M Y K H S L
Decimal 48 57 150 0.68 0.62 0 0.41 234.71 0.52 0.39
Hex 30 39 96 44 3E 0 29 EB 34 27
Octal 60 71 226 104 76 0 51 353 64 47
Binary 110000 111001 10010110 1000100 111110 0 101001 11101011 110100 100111

Color Harmonies of #303996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303996

Black with #303996

Text Example


Text Example

White with #303996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303996; }

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

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

background-color css

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

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

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

border-color css

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

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

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