Html Css Color HEX #303296 Jacksons Purple

📋 copy color: '#303296'

red 48 ◦ green 50 ◦ blue 150

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

Shades of Jacksons Purple #303296

Tints of Jacksons Purple #303296

RGB

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

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

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

R = 19.35%
G = 20.16%
B = 60.48%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#303296 (or 0x303296) is known color: Jacksons Purple. HEX triplet: 30, 32 and 96. RGB value is (48,50,150). Sum of RGB (Red+Green+Blue) = 48+50+150=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #303296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303296 is #CFCD69. Grayscale: #3C3C3C. Windows color (decimal): -13618538 or 9843248. OLE color: 9843248.

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

Color convert

RGB 48 50 150 -
CMYK 0.68 0.67 0 0.41
HSL 238.82º 0.52% 0.39% -
HSV(B) 238.82º 0.68% 0.59% -
XYZ 7.86 5.11 29.43 -
YUV 60.8 178.34 118.87 -
System Red Green Blue C M Y K H S L
Decimal 48 50 150 0.68 0.67 0 0.41 238.82 0.52 0.39
Hex 30 32 96 44 43 0 29 EF 34 27
Octal 60 62 226 104 103 0 51 357 64 47
Binary 110000 110010 10010110 1000100 1000011 0 101001 11101111 110100 100111

Color Harmonies of #303296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303296

Black with #303296

Text Example


Text Example

White with #303296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303296; }

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

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

background-color css

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

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

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

border-color css

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

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

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