Html Css Color HEX #303899 Jacksons Purple

📋 copy color: '#303899'

red 48 ◦ green 56 ◦ blue 153

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

Shades of Jacksons Purple #303899

Tints of Jacksons Purple #303899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.79%

 BLUE value IS 153 (60.16% from 255) = 59.53%

R = 18.68%
G = 21.79%
B = 59.53%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#303899 (or 0x303899) is known color: Jacksons Purple. HEX triplet: 30, 38 and 99. RGB value is (48,56,153). Sum of RGB (Red+Green+Blue) = 48+56+153=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #303899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303899 is #CFC766. Grayscale: #404040. Windows color (decimal): -13616999 or 10041392. OLE color: 10041392.

HSL color Cylindrical-coordinate representation of color #303899: hue angle of 235.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #303899 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 56 153 -
CMYK 0.69 0.63 0 0.4
HSL 235.43º 0.52% 0.39% -
HSV(B) 235.43º 0.69% 0.6% -
XYZ 8.38 5.76 30.81 -
YUV 64.67 177.85 116.11 -
System Red Green Blue C M Y K H S L
Decimal 48 56 153 0.69 0.63 0 0.4 235.43 0.52 0.39
Hex 30 38 99 45 3F 0 28 EB 34 27
Octal 60 70 231 105 77 0 50 353 64 47
Binary 110000 111000 10011001 1000101 111111 0 101000 11101011 110100 100111

Color Harmonies of #303899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303899

Black with #303899

Text Example


Text Example

White with #303899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303899; }

 p { color: rgb(48,56,153); }

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

background-color css

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

 a { background-color: rgb(48,56,153); }

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

border-color css

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

 span { border-color: rgb(48,56,153); }

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