Html Css Color HEX #302986 Jacksons Purple

📋 copy color: '#302986'

red 48 ◦ green 41 ◦ blue 134

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

Shades of Jacksons Purple #302986

Tints of Jacksons Purple #302986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.39%

 BLUE value IS 134 (52.73% from 255) = 60.09%

R = 21.52%
G = 18.39%
B = 60.09%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#302986 (or 0x302986) is known color: Jacksons Purple. HEX triplet: 30, 29 and 86. RGB value is (48,41,134). Sum of RGB (Red+Green+Blue) = 48+41+134=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #302986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302986 is #CFD679. Grayscale: #353535. Windows color (decimal): -13620858 or 8792368. OLE color: 8792368.

HSL color Cylindrical-coordinate representation of color #302986: hue angle of 244.52º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #302986 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 41 134 -
CMYK 0.64 0.69 0 0.47
HSL 244.52º 0.53% 0.34% -
HSV(B) 244.52º 0.69% 0.53% -
XYZ 6.31 3.94 22.98 -
YUV 53.7 173.32 123.94 -
System Red Green Blue C M Y K H S L
Decimal 48 41 134 0.64 0.69 0 0.47 244.52 0.53 0.34
Hex 30 29 86 40 45 0 2F F5 35 22
Octal 60 51 206 100 105 0 57 365 65 42
Binary 110000 101001 10000110 1000000 1000101 0 101111 11110101 110101 100010

Color Harmonies of #302986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302986

Black with #302986

Text Example


Text Example

White with #302986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302986; }

 p { color: rgb(48,41,134); }

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

background-color css

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

 a { background-color: rgb(48,41,134); }

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

border-color css

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

 span { border-color: rgb(48,41,134); }

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