Html Css Color HEX #303792 Jacksons Purple

📋 copy color: '#303792'

red 48 ◦ green 55 ◦ blue 146

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

Shades of Jacksons Purple #303792

Tints of Jacksons Purple #303792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

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

R = 19.28%
G = 22.09%
B = 58.63%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#303792 (or 0x303792) is known color: Jacksons Purple. HEX triplet: 30, 37 and 92. RGB value is (48,55,146). Sum of RGB (Red+Green+Blue) = 48+55+146=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #303792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303792 is #CFC86D. Grayscale: #3E3E3E. Windows color (decimal): -13617262 or 9582384. OLE color: 9582384.

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

Color convert

RGB 48 55 146 -
CMYK 0.67 0.62 0 0.43
HSL 235.71º 0.51% 0.38% -
HSV(B) 235.71º 0.67% 0.57% -
XYZ 7.77 5.44 27.83 -
YUV 63.28 174.68 117.1 -
System Red Green Blue C M Y K H S L
Decimal 48 55 146 0.67 0.62 0 0.43 235.71 0.51 0.38
Hex 30 37 92 43 3E 0 2B EC 33 26
Octal 60 67 222 103 76 0 53 354 63 46
Binary 110000 110111 10010010 1000011 111110 0 101011 11101100 110011 100110

Color Harmonies of #303792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303792

Black with #303792

Text Example


Text Example

White with #303792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303792; }

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

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

background-color css

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

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

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

border-color css

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

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

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