Html Css Color HEX #303293 Jacksons Purple

📋 copy color: '#303293'

red 48 ◦ green 50 ◦ blue 147

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

Shades of Jacksons Purple #303293

Tints of Jacksons Purple #303293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 60%

R = 19.59%
G = 20.41%
B = 60%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#303293 (or 0x303293) is known color: Jacksons Purple. HEX triplet: 30, 32 and 93. RGB value is (48,50,147). Sum of RGB (Red+Green+Blue) = 48+50+147=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #303293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303293 is #CFCD6C. Grayscale: #3C3C3C. Windows color (decimal): -13618541 or 9646640. OLE color: 9646640.

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

Color convert

RGB 48 50 147 -
CMYK 0.67 0.66 0 0.42
HSL 238.79º 0.51% 0.38% -
HSV(B) 238.79º 0.67% 0.58% -
XYZ 7.63 5.02 28.17 -
YUV 60.46 176.84 119.11 -
System Red Green Blue C M Y K H S L
Decimal 48 50 147 0.67 0.66 0 0.42 238.79 0.51 0.38
Hex 30 32 93 43 42 0 2A EF 33 26
Octal 60 62 223 103 102 0 52 357 63 46
Binary 110000 110010 10010011 1000011 1000010 0 101010 11101111 110011 100110

Color Harmonies of #303293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303293

Black with #303293

Text Example


Text Example

White with #303293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303293; }

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

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

background-color css

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

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

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

border-color css

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

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

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