Html Css Color HEX #303987 Jacksons Purple

📋 copy color: '#303987'

red 48 ◦ green 57 ◦ blue 135

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

Shades of Jacksons Purple #303987

Tints of Jacksons Purple #303987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.75%

 BLUE value IS 135 (53.13% from 255) = 56.25%

R = 20%
G = 23.75%
B = 56.25%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#303987 (or 0x303987) is known color: Jacksons Purple. HEX triplet: 30, 39 and 87. RGB value is (48,57,135). Sum of RGB (Red+Green+Blue) = 48+57+135=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #303987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303987 is #CFC678. Grayscale: #3E3E3E. Windows color (decimal): -13616761 or 8862000. OLE color: 8862000.

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

Color convert

RGB 48 57 135 -
CMYK 0.64 0.58 0 0.47
HSL 233.79º 0.48% 0.36% -
HSV(B) 233.79º 0.64% 0.53% -
XYZ 7.06 5.3 23.57 -
YUV 63.2 168.52 117.16 -
System Red Green Blue C M Y K H S L
Decimal 48 57 135 0.64 0.58 0 0.47 233.79 0.48 0.36
Hex 30 39 87 40 3A 0 2F EA 30 24
Octal 60 71 207 100 72 0 57 352 60 44
Binary 110000 111001 10000111 1000000 111010 0 101111 11101010 110000 100100

Color Harmonies of #303987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303987

Black with #303987

Text Example


Text Example

White with #303987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303987; }

 p { color: rgb(48,57,135); }

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

background-color css

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

 a { background-color: rgb(48,57,135); }

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

border-color css

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

 span { border-color: rgb(48,57,135); }

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