Html Css Color HEX #303593 Jacksons Purple

📋 copy color: '#303593'

red 48 ◦ green 53 ◦ blue 147

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

Shades of Jacksons Purple #303593

Tints of Jacksons Purple #303593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.37%

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

R = 19.35%
G = 21.37%
B = 59.27%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#303593 (or 0x303593) is known color: Jacksons Purple. HEX triplet: 30, 35 and 93. RGB value is (48,53,147). Sum of RGB (Red+Green+Blue) = 48+53+147=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #303593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303593 is #CFCA6C. Grayscale: #3D3D3D. Windows color (decimal): -13617773 or 9647408. OLE color: 9647408.

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

Color convert

RGB 48 53 147 -
CMYK 0.67 0.64 0 0.42
HSL 236.97º 0.51% 0.38% -
HSV(B) 236.97º 0.67% 0.58% -
XYZ 7.76 5.28 28.21 -
YUV 62.22 175.84 117.86 -
System Red Green Blue C M Y K H S L
Decimal 48 53 147 0.67 0.64 0 0.42 236.97 0.51 0.38
Hex 30 35 93 43 40 0 2A ED 33 26
Octal 60 65 223 103 100 0 52 355 63 46
Binary 110000 110101 10010011 1000011 1000000 0 101010 11101101 110011 100110

Color Harmonies of #303593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303593

Black with #303593

Text Example


Text Example

White with #303593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303593; }

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

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

background-color css

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

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

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

border-color css

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

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

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