Html Css Color HEX #303188 Jacksons Purple

📋 copy color: '#303188'

red 48 ◦ green 49 ◦ blue 136

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

Shades of Jacksons Purple #303188

Tints of Jacksons Purple #303188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 58.37%

R = 20.6%
G = 21.03%
B = 58.37%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#303188 (or 0x303188) is known color: Jacksons Purple. HEX triplet: 30, 31 and 88. RGB value is (48,49,136). Sum of RGB (Red+Green+Blue) = 48+49+136=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #303188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303188 is #CFCE77. Grayscale: #3A3A3A. Windows color (decimal): -13618808 or 8925488. OLE color: 8925488.

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

Color convert

RGB 48 49 136 -
CMYK 0.65 0.64 0 0.47
HSL 239.32º 0.48% 0.36% -
HSV(B) 239.32º 0.65% 0.53% -
XYZ 6.76 4.6 23.82 -
YUV 58.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 48 49 136 0.65 0.64 0 0.47 239.32 0.48 0.36
Hex 30 31 88 41 40 0 2F EF 30 24
Octal 60 61 210 101 100 0 57 357 60 44
Binary 110000 110001 10001000 1000001 1000000 0 101111 11101111 110000 100100

Color Harmonies of #303188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303188

Black with #303188

Text Example


Text Example

White with #303188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303188; }

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

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

background-color css

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

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

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

border-color css

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

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

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