Html Css Color HEX #303181 Jacksons Purple

📋 copy color: '#303181'

red 48 ◦ green 49 ◦ blue 129

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

Shades of Jacksons Purple #303181

Tints of Jacksons Purple #303181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.68%

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

R = 21.24%
G = 21.68%
B = 57.08%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#303181 (or 0x303181) is known color: Jacksons Purple. HEX triplet: 30, 31 and 81. RGB value is (48,49,129). Sum of RGB (Red+Green+Blue) = 48+49+129=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 129 (50.78% from 255 or 57.08% from 226); Max value from RGB is 129 - color contains mainly: blue. Hex color #303181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303181 is #CFCE7E. Grayscale: #393939. Windows color (decimal): -13618815 or 8466736. OLE color: 8466736.

HSL color Cylindrical-coordinate representation of color #303181: hue angle of 239.26º 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 #303181 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 49 129 -
CMYK 0.63 0.62 0 0.49
HSL 239.26º 0.46% 0.35% -
HSV(B) 239.26º 0.63% 0.51% -
XYZ 6.28 4.41 21.29 -
YUV 57.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 48 49 129 0.63 0.62 0 0.49 239.26 0.46 0.35
Hex 30 31 81 3F 3E 0 31 EF 2E 23
Octal 60 61 201 77 76 0 61 357 56 43
Binary 110000 110001 10000001 111111 111110 0 110001 11101111 101110 100011

Color Harmonies of #303181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303181

Black with #303181

Text Example


Text Example

White with #303181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303181; }

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

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

background-color css

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

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

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

border-color css

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

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

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