Html Css Color HEX #303281 Jacksons Purple

📋 copy color: '#303281'

red 48 ◦ green 50 ◦ blue 129

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

Shades of Jacksons Purple #303281

Tints of Jacksons Purple #303281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 56.83%

R = 21.15%
G = 22.03%
B = 56.83%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#303281 (or 0x303281) is known color: Jacksons Purple. HEX triplet: 30, 32 and 81. RGB value is (48,50,129). Sum of RGB (Red+Green+Blue) = 48+50+129=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #303281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303281 is #CFCD7E. Grayscale: #3A3A3A. Windows color (decimal): -13618559 or 8466992. OLE color: 8466992.

HSL color Cylindrical-coordinate representation of color #303281: hue angle of 238.52º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #303281 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 50 129 -
CMYK 0.63 0.61 0 0.49
HSL 238.52º 0.46% 0.35% -
HSV(B) 238.52º 0.63% 0.51% -
XYZ 6.32 4.49 21.3 -
YUV 58.41 167.84 120.58 -
System Red Green Blue C M Y K H S L
Decimal 48 50 129 0.63 0.61 0 0.49 238.52 0.46 0.35
Hex 30 32 81 3F 3D 0 31 EF 2E 23
Octal 60 62 201 77 75 0 61 357 56 43
Binary 110000 110010 10000001 111111 111101 0 110001 11101111 101110 100011

Color Harmonies of #303281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303281

Black with #303281

Text Example


Text Example

White with #303281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303281; }

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

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

background-color css

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

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

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

border-color css

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

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

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