Html Css Color HEX #303392 Jacksons Purple

📋 copy color: '#303392'

red 48 ◦ green 51 ◦ blue 146

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

Shades of Jacksons Purple #303392

Tints of Jacksons Purple #303392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.59%

R = 19.59%
G = 20.82%
B = 59.59%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#303392 (or 0x303392) is known color: Jacksons Purple. HEX triplet: 30, 33 and 92. RGB value is (48,51,146). Sum of RGB (Red+Green+Blue) = 48+51+146=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #303392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303392 is #CFCC6D. Grayscale: #3C3C3C. Windows color (decimal): -13618286 or 9581360. OLE color: 9581360.

HSL color Cylindrical-coordinate representation of color #303392: hue angle of 238.16º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303392 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 51 146 -
CMYK 0.67 0.65 0 0.43
HSL 238.16º 0.51% 0.38% -
HSV(B) 238.16º 0.67% 0.57% -
XYZ 7.59 5.07 27.77 -
YUV 60.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 48 51 146 0.67 0.65 0 0.43 238.16 0.51 0.38
Hex 30 33 92 43 41 0 2B EE 33 26
Octal 60 63 222 103 101 0 53 356 63 46
Binary 110000 110011 10010010 1000011 1000001 0 101011 11101110 110011 100110

Color Harmonies of #303392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303392

Black with #303392

Text Example


Text Example

White with #303392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303392; }

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

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

background-color css

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

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

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

border-color css

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

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

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