Html Css Color HEX #303185 Jacksons Purple

📋 copy color: '#303185'

red 48 ◦ green 49 ◦ blue 133

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

Shades of Jacksons Purple #303185

Tints of Jacksons Purple #303185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.83%

R = 20.87%
G = 21.3%
B = 57.83%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#303185 (or 0x303185) is known color: Jacksons Purple. HEX triplet: 30, 31 and 85. RGB value is (48,49,133). Sum of RGB (Red+Green+Blue) = 48+49+133=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #303185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303185 is #CFCE7A. Grayscale: #393939. Windows color (decimal): -13618811 or 8728880. OLE color: 8728880.

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

Color convert

RGB 48 49 133 -
CMYK 0.64 0.63 0 0.48
HSL 239.29º 0.47% 0.35% -
HSV(B) 239.29º 0.64% 0.52% -
XYZ 6.55 4.52 22.72 -
YUV 58.28 170.17 120.67 -
System Red Green Blue C M Y K H S L
Decimal 48 49 133 0.64 0.63 0 0.48 239.29 0.47 0.35
Hex 30 31 85 40 3F 0 30 EF 2F 23
Octal 60 61 205 100 77 0 60 357 57 43
Binary 110000 110001 10000101 1000000 111111 0 110000 11101111 101111 100011

Color Harmonies of #303185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303185

Black with #303185

Text Example


Text Example

White with #303185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303185; }

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

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

background-color css

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

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

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

border-color css

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

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

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