Html Css Color HEX #303694 Jacksons Purple

📋 copy color: '#303694'

red 48 ◦ green 54 ◦ blue 148

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

Shades of Jacksons Purple #303694

Tints of Jacksons Purple #303694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.6%

 BLUE value IS 148 (58.2% from 255) = 59.2%

R = 19.2%
G = 21.6%
B = 59.2%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#303694 (or 0x303694) is known color: Jacksons Purple. HEX triplet: 30, 36 and 94. RGB value is (48,54,148). Sum of RGB (Red+Green+Blue) = 48+54+148=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #303694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303694 is #CFC96B. Grayscale: #3E3E3E. Windows color (decimal): -13617516 or 9713200. OLE color: 9713200.

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

Color convert

RGB 48 54 148 -
CMYK 0.68 0.64 0 0.42
HSL 236.4º 0.51% 0.38% -
HSV(B) 236.4º 0.68% 0.58% -
XYZ 7.88 5.4 28.64 -
YUV 62.92 176.01 117.36 -
System Red Green Blue C M Y K H S L
Decimal 48 54 148 0.68 0.64 0 0.42 236.4 0.51 0.38
Hex 30 36 94 44 40 0 2A EC 33 26
Octal 60 66 224 104 100 0 52 354 63 46
Binary 110000 110110 10010100 1000100 1000000 0 101010 11101100 110011 100110

Color Harmonies of #303694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303694

Black with #303694

Text Example


Text Example

White with #303694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303694; }

 p { color: rgb(48,54,148); }

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

background-color css

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

 a { background-color: rgb(48,54,148); }

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

border-color css

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

 span { border-color: rgb(48,54,148); }

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