Html Css Color HEX #303192 Jacksons Purple

📋 copy color: '#303192'

red 48 ◦ green 49 ◦ blue 146

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

Shades of Jacksons Purple #303192

Tints of Jacksons Purple #303192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 60.08%

R = 19.75%
G = 20.16%
B = 60.08%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#303192 (or 0x303192) is known color: Jacksons Purple. HEX triplet: 30, 31 and 92. RGB value is (48,49,146). Sum of RGB (Red+Green+Blue) = 48+49+146=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #303192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303192 is #CFCE6D. Grayscale: #3B3B3B. Windows color (decimal): -13618798 or 9580848. OLE color: 9580848.

HSL color Cylindrical-coordinate representation of color #303192: hue angle of 239.39º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303192 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 49 146 -
CMYK 0.67 0.66 0 0.43
HSL 239.39º 0.51% 0.38% -
HSV(B) 239.39º 0.67% 0.57% -
XYZ 7.51 4.9 27.74 -
YUV 59.76 176.67 119.61 -
System Red Green Blue C M Y K H S L
Decimal 48 49 146 0.67 0.66 0 0.43 239.39 0.51 0.38
Hex 30 31 92 43 42 0 2B EF 33 26
Octal 60 61 222 103 102 0 53 357 63 46
Binary 110000 110001 10010010 1000011 1000010 0 101011 11101111 110011 100110

Color Harmonies of #303192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303192

Black with #303192

Text Example


Text Example

White with #303192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303192; }

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

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

background-color css

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

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

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

border-color css

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

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

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